---
title: "Sets quantities on shop items."
method: PUT
path: "/v4/listings/shop-items/quantities"
tags: ["Listings"]
---

# Sets quantities on shop items.

`PUT /v4/listings/shop-items/quantities`

## Request body

- SetQuantityOnShopItemsRequest
  - `shopItems` SetQuantityShopItem[], nullable
    - `id` integer
    - `quantity` integer

## Response `200`

OK

- SetQuantityOnShopItemsResult
  - `successfulUpdates` integer
  - `validationErrors` SetQuantityOnShopItemError[], nullable
    - `item` SetQuantityShopItem
      - `id` integer
      - `quantity` integer
    - `errorMessage` string, nullable

---

[API](https://skmtc.dev/tradera/apis/tradera-api.md) · [All operations](https://skmtc.dev/tradera/apis/tradera-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tradera/tradera-api/revisions/b5f3e81e36e1/schema)
