# 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 ) ```