Shopify Create Price Rule

This action allows you to create a pricing rule in Shopify. You need to specify some inter-dependent configuration for the price rule, which is made clear in the following documentation: https://shopify.dev/docs/api/admin-rest/2024-01/resources/pricerule#post-price-rules

Inputs

NameTypeDescription
Shopify Access TokenSensitiveStringShopify API Access Token
Shopify DomainStringShopify Domain
Shopify VersionOptional StringShopify API Version. Defaults to 2023-07.
Price Rule NameStringTitle of the price rule
Price Value TypeStringEither: percentage or fixed_amount
Price ValueStringValue must be negative float, e.g. -100.0
Customer SelectionStringEither: all (all customers) or prerequisite (a selection of customers)
Target TypeStringEither: line_item (discount applies to order line items) or shipping_line (discount applies to shipping lines)
Target SelectionStringEither: all (discount applies to all items) or entitled (discount applies to a selection of items)
Allocation MethodStringEither: each (discount applies to each item in order) or across (discount applies to whole order)
Entitled Product IDsOptional ListA list of product IDs as integers, for which, the discount will apply
Once Per Customer?BooleanTrue (customer can only use discount once), False (customer can use discount as many times as they want, up to the allocation limit)
Prerequisite Customer IDsOptional ListA list of customer IDs as integers, who are allowed to use the discount

Outputs

NameTypeDescription
SuccessBooleanSuccess
PriceRule ResponseObjectPriceRule Response