Shopify Update Price Rule
This action allows you to update a pricing rule from Shopify. You must specify the body of the price rule request as per: https://shopify.dev/docs/api/admin-rest/2024-01/resources/pricerule#put-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 |
Price Rule Update Body | Object | Object containing all key-value pairs of the price rule to update |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Success |
PriceRule Response | Object | PriceRule Response |
Updated 1 day ago