HomeGuidesAPI Reference
ChangelogHelp CenterCommunityContact Us
API Reference

Get Categories for Catalog Item

Get all catalog categories that an item with the given item ID is in.

Catalog categories can be sorted by the following fields, in ascending and descending order:
created

Returns a maximum of 100 categories per request.

Rate limits:
Burst: 350/s
Steady: 3500/m

Scopes:
catalogs:read

Path Params
string | null
required

The catalog item ID is a compound ID (string), with format: {integration}:::{catalog}:::{external_id}. Currently, the only supported integration type is $custom, and the only supported catalog is $default.

Query Params
array of strings
fields[catalog-category]
string

For more information please visit https://developers.klaviyo.com/en/v2025-01-15/reference/api-overview#filtering
Allowed field(s)/operator(s):
ids: any
item.id: equals
name: contains

Headers
string
required
Defaults to 2025-01-15

API endpoint revision (format: YYYY-MM-DD[.suffix])

Responses

Language
Credentials