v1
latestSwagger 2.02026-07-133652141.7 KBproducts
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
Response
Success!