Klaviyo API

Getting access, Developing, Testing

Back to Klaviyo

Create Catalog Category Relationships Items

Create a new item relationship for the given category ID.

Rate limits:
Burst: 75/s
Steady: 700/m\n\nScopes:\nCatalogs Write

Input

type: object properties: parameters: type: object properties: id: type: string revision: type: string default: '2023-02-22' description: 'API endpoint revision (format: YYYY-MM-DD[.suffix])' required: - id - revision title: Parameters data: type: object required: - data properties: data: type: array items: type: object required: - type - id properties: type: type: string enum: - catalog-item id: type: string title: Data