# Shopify Connector - 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.

You may read 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.

Find out more about the draft order object (opens new window).


Last updated: 10/19/2022, 6:28:33 AM

On this page