Sha256: ed56d39b436bcf3347d8d1bdaae5179b953f8c6ad3768125b7b2e425bad9eccd

Contents?: true

Size: 861 Bytes

Versions: 1

Compression:

Stored size: 861 Bytes

Contents

# KlaviyoAPI::CatalogCategoryCreateQueryResourceObjectAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **external_id** | **String** | The ID of the catalog category in an external system. |  |
| **name** | **String** | The name of the catalog category. |  |
| **integration_type** | **String** | The integration type. Currently only \"$custom\" is supported. | [optional] |
| **catalog_type** | **String** | The type of catalog. Currently only \"$default\" is supported. | [optional][default to '$default'] |

## Example

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

instance = KlaviyoAPI::CatalogCategoryCreateQueryResourceObjectAttributes.new(
  external_id: SAMPLE-DATA-CATEGORY-APPAREL,
  name: Sample Data Category Apparel,
  integration_type: null,
  catalog_type: $default
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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