Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Get Order By Id

Prev Next
Step Details
Introduced in Version9.22
Last Modified in Version9.22
LocationIntegration > Shopify > Orders

The Get Order By Id step retrieves detailed information for a specific order from a Shopify store using the Shopify Admin API. This step is used when order data is required for a known order identifier.

This step is commonly used in scenarios such as retrieving order details for processing, validating order information, or integrating order data with external systems. It can be combined with steps that first obtain or store order IDs, and then retrieve full order details for further processing.

Prerequisites

This step requires the Shopify module to be installed and a configured OAuth token with appropriate Shopify Admin API scopes (such as read_orders).


Properties

Connection

PropertyDescriptionData Type
Store DomainThe Shopify store domain used to construct API requests (e.g., {store-name}.myshopify.com).String
TokenThe access token used to authenticate requests to the Shopify Admin API.String

Inputs

PropertyDescriptionData Type
Order IdThe unique identifier of the order to retrieve.String

Outputs

PropertyDescriptionData Type
OrderThe order details retrieved from the Shopify store.Object


Step Changes

DescriptionVersionDateDeveloper Task
Initial release of the Get Order By Id step as part of the Shopify module.9.22Mar 2026DT-046986