Attribute object

Represents a generic custom attribute.

On this page

Fields

  • key ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Key or name of the attribute.
  • value ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Value of the attribute.

Types that return Attribute

  • [CalculatedDraftOrderLineItem.customAttributes](https://shopify.dev/docs/admin-api/graphql/reference/orders/calculateddraftorderlineitem#customattributes-2021-01)
  • [CalculatedLineItem.customAttributes](https://shopify.dev/docs/admin-api/graphql/reference/orders/calculatedlineitem#customattributes-2021-01)
  • [DraftOrder.customAttributes](https://shopify.dev/docs/admin-api/graphql/reference/orders/draftorder#customattributes-2021-01)
  • [DraftOrderLineItem.customAttributes](https://shopify.dev/docs/admin-api/graphql/reference/orders/draftorderlineitem#customattributes-2021-01)
  • [LineItem.customAttributes](https://shopify.dev/docs/admin-api/graphql/reference/orders/lineitem#customattributes-2021-01)
  • [LineItemMutable.customAttributes](https://shopify.dev/docs/admin-api/graphql/reference/orders/lineitemmutable#customattributes-2021-01)
  • [Order.customAttributes](https://shopify.dev/docs/admin-api/graphql/reference/orders/order#customattributes-2021-01)
  • [SubscriptionLine.customAttributes](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionline#customattributes-2021-01)