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

# Sets prices on shop items.

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

## Request body

- SetPriceOnShopItemsRequest
  - `shopItems` SetPriceShopItem[], nullable
    - `id` integer
    - `price` integer

## Response `200`

OK

- SetPriceOnShopItemsResult
  - `queuedRequestResponses` QueuedRequestResponse[], nullable
    - `requestId` integer
    - `itemId` integer
  - `validationErrors` SetPriceOnShopItemsError[], nullable
    - `item` SetPriceShopItem
      - `id` integer
      - `price` 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)
