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

Version Path
klaviyo-api-sdk-12.0.0 docs/CatalogVariantCreateQueryResourceObjectRelationshipsItemData.md
klaviyo-api-sdk-11.1.0 docs/CatalogVariantCreateQueryResourceObjectRelationshipsItemData.md
klaviyo-api-sdk-11.0.0 docs/CatalogVariantCreateQueryResourceObjectRelationshipsItemData.md
klaviyo-api-sdk-10.0.0 docs/CatalogVariantCreateQueryResourceObjectRelationshipsItemData.md
klaviyo-api-sdk-9.0.0 docs/CatalogVariantCreateQueryResourceObjectRelationshipsItemData.md
klaviyo-api-sdk-8.0.0 docs/CatalogVariantCreateQueryResourceObjectRelationshipsItemData.md
klaviyo-api-sdk-7.1.0 docs/CatalogVariantCreateQueryResourceObjectRelationshipsItemData.md
klaviyo-api-sdk-6.0.0 docs/CatalogVariantCreateQueryResourceObjectRelationshipsItemData.md
klaviyo-api-sdk-5.1.0 docs/CatalogVariantCreateQueryResourceObjectRelationshipsItemData.md
klaviyo-api-sdk-5.0.0 docs/CatalogVariantCreateQueryResourceObjectRelationshipsItemData.md
klaviyo-api-sdk-4.2.0 docs/CatalogVariantCreateQueryResourceObjectRelationshipsItemData.md