---
title: "Product Change"
method: PATCH
path: "/items/{item_id}/change_product/"
---

# Product Change

`PATCH /items/{item_id}/change_product/`

Use this request to change the product that the order item is tied to.

## Path parameters

- `item_id` string, required

## Request body

- object
  - `product` string — The product ID you want to change this order item to

## Response `200`

200

- object
  - `public_id` string
  - `order` string
  - `offer` string
  - `subscription` string
  - `subscription_component` string
  - `product` string
  - `product_attribute` unknown
  - `quantity` integer
  - `price` string
  - `extra_cost` string
  - `total_price` string
  - `one_time` boolean
  - `order_updated` string
  - `components` string[]

## Other responses

- `400` — 400
- `403` — 403
- `404` — 404

---

[API](https://skmtc.net/ordergroove/apis/ordergroove-restrpc.md) · [All operations](https://skmtc.net/ordergroove/apis/ordergroove-restrpc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ordergroove/ordergroove-restrpc/versions/ba97e740d08c/schema)
