Shopify Get Price Rule
This action allows you to retrieve a pricing rule from Shopify. Documentation: https://shopify.dev/docs/api/admin-rest/2024-01/resources/pricerule#get-price-rules-price-rule-id
Inputs
Name | Type | Description |
---|---|---|
Shopify Access Token | SensitiveString | Shopify API Access Token |
Shopify Domain | String | Shopify Domain |
Shopify Version | Optional String | Shopify API Version. Defaults to 2023-07. |
Price Rule ID | String | ID of Price Rule to retrieve |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Success |
PriceRule Response | Object | PriceRule Response |
Updated 1 day ago