--- title: OrderCreateCustomAttributeInput - GraphQL Admin description: The input fields for a note attribute for an order. api_version: 2025-10 api_name: admin type: input-object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ordercreatecustomattributeinput md: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ordercreatecustomattributeinput.md --- # Order​Create​Custom​Attribute​Input input\_object The input fields for a note attribute for an order. ## Fields * key [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The key or name of the custom attribute. * value [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The value of the custom attribute. *** ## Input objects using this input * [Order​Create​Order​Input.customAttributes](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/OrderCreateOrderInput#fields-customAttributes) INPUT OBJECT The input fields for creating an order. *** ## Map ### Input objects using this input * [Order​Create​Order​Input.customAttributes](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/OrderCreateOrderInput#fields-customAttributes)