StandardAttribute
A standard EC product field that can be mapped to an external channel field, alongside custom product attribute definitions.
type StandardAttribute {
group: String!
key: String!
label: String!
valueKind: String!
}
Fields
StandardAttribute.group ● String! non-null scalar common
The product sub-area the field belongs to (e.g. 'product', 'customs', 'pallet').
StandardAttribute.key ● String! non-null scalar common
The stable identifier used as a mapping's standardAttribute (e.g. 'product.length').
StandardAttribute.label ● String! non-null scalar common
Human-readable label.
StandardAttribute.valueKind ● String! non-null scalar common
The value's shape (string, decimal, integer, boolean, money).
Returned By
standardAttributeCatalog query