Perform an operation on an item batch
POST {{baseUrl}}/catalogs/items/batch
This endpoint supports multiple operations on a set of one or more catalog items. See detailed documentation here.
Request Body
{"country"=>"US", "language"=>"EN", "operation"=>"UPDATE", "items"=>[{"item_id"=>"DS0294-M", "attributes"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}}, {"item_id"=>"DS0294-M", "attributes"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"items":[{"item_id":"DS0294-M","errors":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"warnings":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"status":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},{"item_id":"DS0294-M","errors":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"warnings":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"status":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}],"batch_id":"595953100599279259-66753b9bb65c46c49bd8503b27fecf9e","created_time":"2020-01-01T20:10:40-00:00","completed_time":"2022-03-10T15:37:10-00:00","status":"PROCESSING"}