---
title: "Update Price"
method: PUT
path: "/v1/seller/offer/price"
tags: ["Offer"]
---

# Update Price

`PUT /v1/seller/offer/price`

Lightweight request which update price informationonly for already listed offers. If a offer is not
yet listed on any Channel data will be be ignored.

## Request body

- OfferPriceChangeList — Batch of price-change updates for existing offers, with one or more price entries per offer.
  - `offerList` object[]
    - `channel` string, required — This is the unique Channel name.
    - `offerId` integer, required — Unique Offer Id to identify an Offer on a Sales Channel.
    - `sellerId` string, required — A unique Id identify a Seller on a specific SalesChannel. The SellerId is generated from the Channel itself during the Seller SignUp Process.
    - `channelOfferId` string — Channel defined unique Offer Id to identify an Offer on a Sales Channel.
    - `priceList` PriceContainer[], required
      - `id` string, required
      - `quantityPriceList` QuantityPrice[], required
        - `amount` string, required
        - `currency` string, required
        - `quantity` string, nullable

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `401` — Access forbidden, invalid or unknown Token was used.
- `429` — User has send to many requests
- `500` — Unexpected Server Error

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
