Sha256: 0479763569fd0a8cdb872a5e6a0c45cacf6b90df5328dacc11acd39c60a80392
Contents?: true
Size: 687 Bytes
Versions: 13
Compression:
Stored size: 687 Bytes
Contents
# KlaviyoAPI::CatalogVariantDeleteQueryResourceObject ## 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`. | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CatalogVariantDeleteQueryResourceObject.new( type: null, id: $custom:::$default:::SAMPLE-DATA-ITEM-1-VARIANT-MEDIUM ) ```
Version data entries
13 entries across 13 versions & 1 rubygems