Attribute - admin-graphql - OBJECT
Version: 2024-10
Description:
Represents a generic custom attribute, such as whether an order is a customer's first.
Access Scopes
Fields
-
key:
String! -
The key or name of the attribute. For example, `"customersFirstOrder"`.
-
value:
String -
The value of the attribute. For example, `"true"`.
Connections
Related queries
Related mutations
Related Unions
Examples