# Shopify - Get draft order by ID action
This action retrieves a draft order by ID on Shopify. A draft order represents the intent of ordering by a customer. It can be transitioned into an order.
Refer to the Shopify documentation (opens new window) for more information on the draft order resource.
# Input
| Field | Description |
|---|---|
| Draft order ID | The ID of the draft order to be retrieved. |
# Output
The output of this action is a datatree that contains information about the draft order object.
Refer to the Shopify documentation to learn more about the draft order object (opens new window).
Last updated: 1/16/2026, 4:23:47 PM