Sha256: d9b78012c3b48e42b66f49ab4e0e2beca7e71cbe0c9b34ce9fff4d5fc81962a9
Contents?: true
Size: 894 Bytes
Versions: 12
Compression:
Stored size: 894 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][default to '$custom'] | | **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: $custom, catalog_type: $default ) ```
Version data entries
12 entries across 12 versions & 1 rubygems