Sha256: f4e9ca50b35ec9d948347f8c78dadd35630c2a136df70ab3105d921aeff2917d
Contents?: true
Size: 1 KB
Versions: 12
Compression:
Stored size: 1 KB
Contents
# KlaviyoAPI::CatalogCategoryUpdateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**CatalogCategoryEnum**](CatalogCategoryEnum.md) | | | | **id** | **String** | The catalog category 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`. | | | **attributes** | [**CatalogCategoryUpdateQueryResourceObjectAttributes**](CatalogCategoryUpdateQueryResourceObjectAttributes.md) | | | | **relationships** | [**CatalogCategoryCreateQueryResourceObjectRelationships**](CatalogCategoryCreateQueryResourceObjectRelationships.md) | | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CatalogCategoryUpdateQueryResourceObject.new( type: null, id: $custom:::$default:::SAMPLE-DATA-CATEGORY-APPAREL, attributes: null, relationships: null ) ```
Version data entries
12 entries across 12 versions & 1 rubygems