Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 922 Bytes

CouponFreeItemWithItemPurchaseAndFreeShipping.md

File metadata and controls

13 lines (9 loc) · 922 Bytes

CouponFreeItemWithItemPurchaseAndFreeShipping

Properties

Name Type Description Notes
items list[str] A list of free 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. Free shipping will apply to all units of the free item ids though. [optional]
match_required_purchase_item_to_free_item bool If true then the free item is matched 1:1 with the free item in the list. [optional]
required_purchase_items list[str] Required items (at least one from the list) that must be purchased for coupon to be valid [optional]

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