Shopify Get Product By Id
Allows you to get product details with the product id.
Uses this endpoint behind the scenes: <https://shopify.dev/docs/api/admin-rest/2024-01/resources/customer#get-customers-customer-id> (2024-04 release)
Inputs
| Name | Type | Description |
|---|---|---|
| Shopify Token | SensitiveString | Shopify API Token |
| Shopify Domain | String | Shopify Domain |
| Product ID | String | Shopify Product ID |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Success |
| Product | Object | Product data details |
Updated over 1 year ago
