Sha256: 52a2a585d7ec9e1bc73d1cae514a9d233e15dd3dc566fd25080414fd9c764949
Contents?: true
Size: 521 Bytes
Versions: 11
Compression:
Stored size: 521 Bytes
Contents
# KlaviyoAPI::CatalogVariantCreateQueryResourceObjectRelationshipsItemData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**CatalogItemEnum**](CatalogItemEnum.md) | | | | **id** | **String** | The original catalog item ID for which this is a variant. | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CatalogVariantCreateQueryResourceObjectRelationshipsItemData.new( type: null, id: $custom:::$default:::SAMPLE-DATA-ITEM-1 ) ```
Version data entries
11 entries across 11 versions & 1 rubygems