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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;item_id&quot;:&quot;DS0294-M&quot;,&quot;errors&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}],&quot;warnings&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}],&quot;status&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},{&quot;item_id&quot;:&quot;DS0294-M&quot;,&quot;errors&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}],&quot;warnings&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}],&quot;status&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}],&quot;batch_id&quot;:&quot;595953100599279259-66753b9bb65c46c49bd8503b27fecf9e&quot;,&quot;created_time&quot;:&quot;2020-01-01T20:10:40-00:00&quot;,&quot;completed_time&quot;:&quot;2022-03-10T15:37:10-00:00&quot;,&quot;status&quot;:&quot;PROCESSING&quot;}