v1

latestSwagger 2.02026-07-133652141.7 KB
products

Allows bulk update of product prices.

Allows bulk update of product prices. This endpoint expects a json document with an array of products with the skuSellerId and the new price. Server will process each new product update individually and will ackwlodge as much updates as possible, even if a single product update fails. After this request you can query product final status with GET /product/status

put/products/prices

Headers

authorizationstring required

Authorization token. The Authorization token can be found in your Admin console.

Request body

skuSellerIdstring required

Unique product Id from seller that will be updated

Response

Success!