Sha256: 7b28cfaf97e59023c77977e3bbabfd1a4b5c3dcabb6ab9e761777f3715b570cf
Contents?: true
Size: 657 Bytes
Versions: 13
Compression:
Stored size: 657 Bytes
Contents
# KlaviyoAPI::CatalogItemDeleteQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**CatalogItemEnum**](CatalogItemEnum.md) | | | | **id** | **String** | 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`. | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CatalogItemDeleteQueryResourceObject.new( type: null, id: $custom:::$default:::SAMPLE-DATA-ITEM-1 ) ```
Version data entries
13 entries across 13 versions & 1 rubygems