---
title: "GET /v1/vendor/orders/{draft_order_id}"
method: GET
path: "/v1/vendor/orders/{draft_order_id}"
tags: ["api.order.v1.OrderAPI"]
---

# GET /v1/vendor/orders/{draft_order_id}

`GET /v1/vendor/orders/{draft_order_id}`

## Query parameters

- `draftOrderId` string

## Response `200`

- ApiOrderV1GetDraftOrderResponse
  - `draftOrder` ApiOrderV1DraftOrder
    - `draftOrderId` string
    - `orderRef` string
    - `externalId` string
    - `shippingInfo` ApiOrderV1DraftOrderShippingInfo
      - `email` string
      - `name` string
      - `phone` string
      - `companyName` string
      - `address1` string
      - `address2` string
      - `city` string
      - `provinceCode` string
      - `zipcode` string
      - `countryCode` string
      - `method` string
    - `lineItems` ApiOrderV1DraftOrderLineItem[]
      - `variantId` string
      - `productName` string
      - `productStyle` string
      - `productSku` string
      - `quantity` integer
      - `printingOption` ApiOrderV1DraftOrderPrintingOption
        - `frontDesignUrl` string
        - `backDesignUrl` string

## Other responses

- `default`

---

[API](https://skmtc.dev/gearment/apis/api-webhook-v1.md) · [All operations](https://skmtc.dev/gearment/apis/api-webhook-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gearment/api-webhook-v1/revisions/a2e58da78818/schema)
