JSON API
...
Examples
Partial Updates (Patch)
Image
1min
patching default image for a given product request body { "item001" \[ { "op" "add", "path" "/attributes/image/hover/url", "value" "https //fastly picsum photos/id/20/536/354 jpg?hmac=jrdy7lav1wqa9jgfg21bqmuzbkh0p9hv3xwjmtem0oq" } ] } patching image hover for a given product request body { "item001" \[ { "op" "add", "path" "/attributes/image/default", "value" { "url" "https //fastly picsum photos/id/20/536/354 jpg?hmac=jrdy7lav1wqa9jgfg21bqmuzbkh0p9hv3xwjmtem0oq" } } ] }