JSON API
...
Examples
Partial Updates (Patch)
Name
1min
patching name for a list of given products request body { "item001" \[ { "op" "replace", "path" "/attributes/name", "value" { "default" "comfortable chair item001" } } ], "item002" \[ { "op" "replace", "path" "/attributes/name", "value" { "default" "comfortable chair item002" } } ] }