Shopify - List draft orders action

This action retrieves a list of draft orders 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 for more information on the draft order resource.

Input

FieldDescription
Draft order IDOptional. Filters the response to the specified draft orders.
Result limitOptional. Supports any integer up to 250. If unspecified, defaults to 50.
StatusOptional. Allows filtering by draft order status.
Fetch results before last updated dateOptional. Only returns draft orders last updated before the specified date.
Fetch results after last updated dateOptional. Only returns draft orders last updated after the specified date.
Fetch results after IDOptional. When provided, only orders with IDs following this ID are retrieved.
Return full dataOptional. If set to yes/1, the entire product image source is returned. Defaults to false/0.

Output

The output is a list of draft order IDs if Return full data is set to false. Else, we should return a list of datatree that contains information about the draft order object.

Learn more about the draft order object.

Last updated: