Skip to main content
Version: 202607

Update market product prices

PUT 

/openapi/2026-07/markets/:id/products/price

Set or remove fixed prices of products in a market.

Request

Path Parameters

    id stringrequired

    Market ID

Bodyrequired

    products object[]required

    Per-product fixed-price operations

  • Array [
  • idstringrequired

    Product ID

    operationstringrequired

    Operation type. Allowed values:

    • update: set the fixed price (fixed_price required)
    • delete: remove the fixed price and restore exchange-rate conversion
    fixed_pricestring

    Fixed price as a string priced in the market currency. Required when operation is update; ignored when operation is delete

  • ]

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    object