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