JSON API
...
Examples
Partial Updates (Patch)
Prices
1min
patching prices for a given product request body { "item001" \[ { "op" "add", "path" "/attributes/price", "value" { "usd" { "saleprice" 50 00, "defaultprice" 70 00, "toprice" 70 00, "startprice" 50 00 }, "gbp" { "saleprice" 50 00 } } } ] } patching prices for specific currencies when multiple currencies are submitted request body { "item001" \[ { "op" "add", "path" "/attributes/price/usd", "value" { "saleprice" 50 00, "defaultprice" 70 00, "toprice" 70 00, "startprice" 50 00 } } ] }