Get Create Categories Job
GET {{baseUrl}}/api/catalog-category-bulk-create-jobs/:job_id/
Get a catalog category bulk create job with the given job ID.
An include
parameter can be provided to get the following related resource data: categories
.
Rate limits:
Burst: 350/s
Steady: 3500/m
Scopes:
catalogs:read
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields[catalog-category-bulk-create-job] | string | For more information please visit https://developers.klaviyo.com/en/v2024-02-15/reference/api-overview#sparse-fieldsets | |
fields[catalog-category] | string | For more information please visit https://developers.klaviyo.com/en/v2024-02-15/reference/api-overview#sparse-fieldsets | |
include | string | For more information please visit https://developers.klaviyo.com/en/v2024-02-15/reference/api-overview#relationships |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Accept | string |
RESPONSES
status: OK
{"data":{"type":"catalog-category-bulk-create-job","id":"\u003cstring\u003e","attributes":{"status":"cancelled","created_at":"\u003cdateTime\u003e","total_count":"\u003cinteger\u003e","completed_count":0,"failed_count":0,"completed_at":"\u003cdateTime\u003e","errors":[{"id":"\u003cstring\u003e","code":"\u003cstring\u003e","title":"\u003cstring\u003e","detail":"\u003cstring\u003e","source":{"pointer":"/data"}},{"id":"\u003cstring\u003e","code":"\u003cstring\u003e","title":"\u003cstring\u003e","detail":"\u003cstring\u003e","source":{"pointer":"/data"}}],"expires_at":"\u003cdateTime\u003e"},"links":{"self":"\u003curi\u003e"},"relationships":{"categories":{"data":[{"type":"catalog-category","id":"\u003cstring\u003e"},{"type":"catalog-category","id":"\u003cstring\u003e"}],"links":{"self":"\u003curi\u003e","related":"\u003curi\u003e"}}}},"included":[{"type":"catalog-category","id":"\u003cstring\u003e","attributes":{"external_id":"\u003cstring\u003e","name":"\u003cstring\u003e","updated":"\u003cdateTime\u003e"},"links":{"self":"\u003curi\u003e"}},{"type":"catalog-category","id":"\u003cstring\u003e","attributes":{"external_id":"\u003cstring\u003e","name":"\u003cstring\u003e","updated":"\u003cdateTime\u003e"},"links":{"self":"\u003curi\u003e"}}]}