Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 921 Bytes

CouponPercentOffItemWithItemsQuantityPurchase.md

File metadata and controls

14 lines (10 loc) · 921 Bytes

CouponPercentOffItemWithItemsQuantityPurchase

Properties

Name Type Description Notes
discount_percent float The percentage of subtotal discount [optional]
items list[str] A list of items which will receive a discount if one of the required purchase items is purchased. [optional]
limit int The (optional) maximum quantity of discounted items. [optional]
required_purchase_items list[str] Required items (at least one from the list) that must be purchased for coupon to be valid [optional]
required_purchase_quantity int The quantity of items that must be purchased for the discount to be applied. [optional]

[Back to Model list] [Back to API list] [Back to README]