# Shopify - Get draft order by ID

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: 5/21/2025, 5:22:32 AM

On this page