# Attribute - admin-graphql - OBJECT Version: 2025-01 ## Description Represents a generic custom attribute, such as whether an order is a customer's first. ### Access Scopes ## Fields * [key](/docs/api/admin-graphql/2025-01/scalars/String): String! - The key or name of the attribute. For example, `"customersFirstOrder"`. * [value](/docs/api/admin-graphql/2025-01/scalars/String): String - The value of the attribute. For example, `"true"`. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples