Update product prices

Updates the price and/or sale price for a specified SKU or multiple SKUs (up to 15).

Body Params
string

The SKU code for the product or product variation. Required when using 'price' or 'salePrice' alone. Should not be used with 'items'.

float

The base price of the product.

float

The sale price of the product.

boolean
Defaults to false

When true, the price update will also trigger an eBay listing revision (if the product is eligible for eBay). The update is processed via a background job and may be subject to eBay API rate limits and timeouts.

items
array of objects
length ≤ 15

Array of price updates. Should not be used with 'sku', 'price', or 'salePrice'. Maximum of 15 items allowed.

items
Responses

400

Invalid request data.

401

Unauthorized. Invalid or missing API key.

500

Server error.

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json