---
title: DraftOrderTag - GraphQL Admin
description: Represents a draft order tag.
api_version: unstable
api_name: admin
source_url:
  html: 'https://shopify.dev/docs/api/admin-graphql/unstable/objects/DraftOrderTag'
  md: 'https://shopify.dev/docs/api/admin-graphql/unstable/objects/DraftOrderTag.md'
---

# Draft​Order​Tag

object

Requires `read_draft_orders` access scope.

Represents a draft order tag.

## Fields

* handle

  [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String)

  non-null

  Handle of draft order tag.

* id

  [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID)

  non-null

  ID of draft order tag.

* title

  [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String)

  non-null

  Title of draft order tag.

***

## Map

No referencing types

***

## Queries

* [draft​Order​Tag](https://shopify.dev/docs/api/admin-graphql/unstable/queries/draftOrderTag)

  query

  Returns a `DraftOrderTag` resource by ID.

  * id

    [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID)

    required

    ### Arguments

    The ID of the `DraftOrderTag` to return.

  ***

***

## DraftOrderTag Queries

### Queried by

* [draft​Order​Tag](https://shopify.dev/docs/api/admin-graphql/unstable/queries/draftOrderTag)

***

## Interfaces

* [Node](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Node)

  interface

***

## DraftOrderTag Implements

### Implements

* [Node](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Node)
