Sha256: c76adc75d4b3ceb29b7916147a0e7e164f499da655ba66559eed77ca56552024

Contents?: true

Size: 1 KB

Versions: 1

Compression:

Stored size: 1 KB

Contents

# KlaviyoAPI::CatalogCategoryUpdateQueryResourceObject

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | [**CatalogCategoryEnum**](CatalogCategoryEnum.md) |  |  |
| **id** | **String** | The catalog category 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** | [**CatalogCategoryUpdateQueryResourceObjectAttributes**](CatalogCategoryUpdateQueryResourceObjectAttributes.md) |  |  |
| **relationships** | [**CatalogVariantCreateQueryResourceObjectRelationships**](CatalogVariantCreateQueryResourceObjectRelationships.md) |  | [optional] |

## Example

```ruby
require 'klaviyo-api-sdk'

instance = KlaviyoAPI::CatalogCategoryUpdateQueryResourceObject.new(
  type: null,
  id: $custom:::$default:::SAMPLE-DATA-CATEGORY-APPAREL,
  attributes: null,
  relationships: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
klaviyo-api-sdk-2.0.0 docs/CatalogCategoryUpdateQueryResourceObject.md