latestOpenAPI 3.0.32026-08-083681145.6 KB
19558399745c
Products
PATCH /product-prices/by-skus
This endpoint updates prices for multiple product variants in a single request, identified by their SKUs.
patch/product-prices/by-skus
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