| Step Details |
| Introduced in Version | 9.22 |
| Last Modified in Version | 9.22 |
| Location | Integration > Shopify > Products |
The Get Product By Id step retrieves detailed information for a specific product from a Shopify store using the Shopify Admin API. This step is used when product data is required for a known product identifier.
This step is commonly used in scenarios such as retrieving product details for catalog management, validating product information, or integrating product data with external systems. It can be combined with steps that first obtain or store product IDs, and then retrieve full product 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_products).
Properties
Connection
| Property | Description | Data Type |
|---|
| Store Domain | The Shopify store domain used to construct API requests (e.g., {store-name}.myshopify.com). | String |
| Token | The access token used to authenticate requests to the Shopify Admin API. | String |
Inputs
| Property | Description | Data Type |
|---|
| Product Id | The unique identifier of the product to retrieve. | String |
Outputs
| Property | Description | Data Type |
|---|
| Product | The product details retrieved from the Shopify store. | Object |


Step Changes
| Description | Version | Date | Developer Task |
|---|
| Initial release of the Get Product By Id step as part of the Shopify module. | 9.22 | Mar 2026 | DT-046986 |