latestOpenAPI 3.0.32026-08-083681145.6 KB

19558399745c

Products

PATCH /product-prices/by-product-variant-ids

This endpoint updates prices for multiple product variants in a single request, identified by their product variant IDs.

patch/product-prices/by-product-variant-ids

Request body

Example request

{
  "prices": [
    {
      "prices": [
        {
          "geo_constraint": {
            "country": "USA",
            "country_group": "EUROPEAN_UNION"
          },
          "wholesale_price": {
            "amount_minor": 4999,
            "currency": "USD"
          },
          "retail_price": {
            "amount_minor": 4999,
            "currency": "USD"
          }
        }
      ]
    }
  ]
}

Response

Successful response

resultsobject