Sha256: bd0a02678b9e592410797d5f3cde3797c0ad3b7e60ffa0f84becd04857b79183
Contents?: true
Size: 571 Bytes
Versions: 11
Compression:
Stored size: 571 Bytes
Contents
# KlaviyoAPI::CatalogItemCreateQueryResourceObjectRelationshipsCategoriesDataInner ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**CatalogCategoryEnum**](CatalogCategoryEnum.md) | | | | **id** | **String** | A list of catalog category IDs representing the categories the item is in | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CatalogItemCreateQueryResourceObjectRelationshipsCategoriesDataInner.new( type: null, id: $custom:::$default:::SAMPLE-DATA-CATEGORY-APPAREL ) ```
Version data entries
11 entries across 11 versions & 1 rubygems