Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 715 Bytes

catalog-custom-attribute-definition-string-config.md

File metadata and controls

23 lines (14 loc) · 715 Bytes

Catalog Custom Attribute Definition String Config

Configuration associated with Custom Attribute Definitions of type STRING.

Structure

Catalog Custom Attribute Definition String Config

Fields

Name Type Tags Description
enforce_uniqueness bool Optional If true, each Custom Attribute instance associated with this Custom Attribute
Definition must have a unique value within the seller's catalog. For
example, this may be used for a value like a SKU that should not be
duplicated within a seller's catalog. May not be modified after the
definition has been created.

Example (as JSON)

{
  "enforce_uniqueness": false
}