Spawn Create Items Job
POST {{baseUrl}}/api/catalog-item-bulk-create-jobs/
Create a catalog item bulk create job to create a batch of catalog items.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
Catalogs Write
Request Body
{"data"=>{"type"=>"catalog-item-bulk-create-job", "attributes"=>{"items"=>[{"type"=>"catalog-item", "attributes"=>{"external_id"=>"pariatur cupidatat aliquip", "title"=>"in anim in", "description"=>"ad dolore enim fugiat", "url"=>"esse amet", "integration_type"=>"$custom", "catalog_type"=>"$default", "image_full_url"=>"nostrud laboris in sint in", "image_thumbnail_url"=>"incididunt quis", "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>"}}}}, {"type"=>"catalog-item", "attributes"=>{"external_id"=>"voluptate exercitation", "title"=>"ut", "description"=>"consectetur commodo", "url"=>"nostrud enim", "integration_type"=>"$custom", "catalog_type"=>"$default", "image_full_url"=>"magna in dolor", "image_thumbnail_url"=>"mollit dolore in in", "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
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Content-Type | string | ||
Accept | string |