patch https://api.staging.deliverect.com/commerce//baskets//discounts
Apply discounts to a basket.
| Discount type | Description |
|---|---|
| order_flat_off | Fixed amount discounted from the entire order. |
| order_percent_off | Percentage discounted from the entire order. The "value" represents the percentage discounted with 2 decimal digits (e.g, 1000 = 10%). |
| item_bogof | Buy one, get one free. The PLU of the bogof item must be specified. |
| item_free | Get an item for free. The PLU of the free item must be specified. |