--- title: draftOrderTag - GraphQL Admin description: Returns a `DraftOrderTag` resource by ID. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/draftordertag md: https://shopify.dev/docs/api/admin-graphql/latest/queries/draftordertag.md --- # draft​Order​Tag query Returns a `DraftOrderTag` resource by ID. ## Arguments * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required The ID of the `DraftOrderTag` to return. *** ## Possible returns * Draft​Order​Tag [Draft​Order​Tag](https://shopify.dev/docs/api/admin-graphql/latest/objects/DraftOrderTag) Represents a draft order tag. *** ## Examples * ### draftOrderTag reference ## Query Reference ```graphql { draftOrderTag(id) { # draftOrderTag fields } } ```