I am looking for confirmation that the API supports the option to create a CatalogPricingRule with multiple criteria. For example a discount that applies for only certain customer groups and on only certain items.
Within the Square Dashboard interface (not API) the discount creation allows for the selection of one rule type per discount (Item/Category OR Quantity OR Customer Group). I would like to create a discount that has multiple/stacking rules so that it is based on both Items and Customer Group.
I tried creating this via the API explorer and it did appear to work, but I am unable to test it on the Square POS (using Sandbox) so I cannot confirm that it works. Furthermore, the discount does not appear to have multiple rules showing up on the Square Dashboard when I view it that way, though I realize that there might be a limitation with how it is displayed.
Here is a picture of the API response to the Upsert Catalog Object request:
- Does this achieve the desired outcome of creating a rule for use with a discount that will automatically apply on a sale when the eligible products and eligible customers are added?
- I assume that the associated discount should not be edited via the Square Dashboard, is that correct?
Thank you!