Sha256: 7dc0d535b97133ebbcf65b882827515e461e6a36f38e00c98cd76497a4898999
Contents?: true
Size: 981 Bytes
Versions: 13
Compression:
Stored size: 981 Bytes
Contents
# KlaviyoAPI::CatalogItemUpdateQueryResourceObject ## 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`. | | | **attributes** | [**CatalogItemUpdateQueryResourceObjectAttributes**](CatalogItemUpdateQueryResourceObjectAttributes.md) | | | | **relationships** | [**CatalogItemCreateQueryResourceObjectRelationships**](CatalogItemCreateQueryResourceObjectRelationships.md) | | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CatalogItemUpdateQueryResourceObject.new( type: null, id: $custom:::$default:::SAMPLE-DATA-ITEM-1, attributes: null, relationships: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems