Sha256: 2e8852e45ea4791308250387801220f390f4bf671c407446bc83785b01b40156
Contents?: true
Size: 687 Bytes
Versions: 13
Compression:
Stored size: 687 Bytes
Contents
# KlaviyoAPI::CatalogCategoryDeleteQueryResourceObject ## 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`. | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CatalogCategoryDeleteQueryResourceObject.new( type: null, id: $custom:::$default:::SAMPLE-DATA-CATEGORY-APPAREL ) ```
Version data entries
13 entries across 13 versions & 1 rubygems