Spawn Update Items Job

POST {{baseUrl}}/api/catalog-item-bulk-update-jobs/

Create a catalog item bulk update job to update a batch of catalog items.

Rate limits:
Burst: 75/s
Steady: 700/m

Scopes: Catalogs Write

Request Body

{"data"=>{"type"=>"catalog-item-bulk-update-job", "attributes"=>{"items"=>[{"type"=>"catalog-item", "id"=>"officia", "attributes"=>{"title"=>"sunt in magna esse", "description"=>"irure sed proident", "url"=>"amet ipsum incididunt", "image_full_url"=>"sunt laboris", "image_thumbnail_url"=>"est", "images"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "published"=>false}, "relationships"=>{"categories"=>{"data"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}}}}, {"type"=>"catalog-item", "id"=>"quis Duis et", "attributes"=>{"title"=>"in proident sunt aliquip", "description"=>"amet dolor laborum consequat quis", "url"=>"ex enim eu", "image_full_url"=>"cupidatat consequat", "image_thumbnail_url"=>"commodo ad minim eu velit", "images"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "published"=>true}, "relationships"=>{"categories"=>{"data"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}}}}]}}}

HEADERS

KeyDatatypeRequiredDescription
revisionstring(Required) API endpoint revision (format: YYYY-MM-DD[.suffix])
Content-Typestring
Acceptstring