Spawn Update Categories Job

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

Create a catalog category bulk update job to update a batch of catalog categories.

Accepts up to 100 catalog categories per request. The maximum allowed payload size is 4MB.

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

Scopes: catalogs:write

Request Body

{"data"=>{"type"=>"catalog-category-bulk-update-job", "attributes"=>{"categories"=>{"data"=>[{"type"=>"catalog-category", "id"=>"<string>", "attributes"=>{"name"=>"<string>"}, "relationships"=>{"items"=>{"data"=>[{"type"=>"catalog-item", "id"=>"<string>"}, {"type"=>"catalog-item", "id"=>"<string>"}]}}}, {"type"=>"catalog-category", "id"=>"<string>", "attributes"=>{"name"=>"<string>"}, "relationships"=>{"items"=>{"data"=>[{"type"=>"catalog-item", "id"=>"<string>"}, {"type"=>"catalog-item", "id"=>"<string>"}]}}}]}}}}

HEADERS

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