# 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](/docs/api/admin-graphql/2024-10/scalars/String): String! - The key or name of the attribute. For example, `"customersFirstOrder"`. * [value](/docs/api/admin-graphql/2024-10/scalars/String): String - The value of the attribute. For example, `"true"`. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples