Skip to main content
String
An optional description of what the attribute represents.
String!
required
The human-readable label shown for the attribute.
ID!
required
The unique identifier of the attribute’s definition.
String!
required
The attribute’s machine name, unique within the account.
The data type of the attribute’s value.
The attribute’s value, resolved to the typed JSON form for its type — read type to know the shape. E.g. SHORT_TEXT → a string, WEIGHT → { value, unit }, MONEY → { amount, currency }. Null if unset. See AttributeType for each type’s shape.