---
title: "Change Quantity"
method: PATCH
path: "/items/{item_id}/change_quantity/"
---

# Change Quantity

`PATCH /items/{item_id}/change_quantity/`

Updates the quantity of an order item.

## Path parameters

- `item_id` string, required

## Request body

- object
  - `quantity` integer, required — Number of items

## Response `200`

200

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

## 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)
