# Attribute - admin - OBJECT
Version: unstable

## Description
Represents a generic custom attribute, such as whether an order is a customer's first.

### Access Scopes



## Fields
* [key](/docs/api/admin/unstable/scalars/String): String! - The key or name of the attribute. For example, `"customersFirstOrder"`.
* [value](/docs/api/admin/unstable/scalars/String): String - The value of the attribute. For example, `"true"`.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples