Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 903 Bytes

CouponPercentOffItems.md

File metadata and controls

13 lines (10 loc) · 903 Bytes

UltracartClient::CouponPercentOffItems

Properties

Name Type Description Notes
discount_percent Float The percentage of subtotal discount [optional]
excluded_item_tags Array<String> A list of item tags which cannot be discounted. [optional]
excluded_items Array<String> A list of items which cannot be discounted. [optional]
item_tags Array<String> An optional list of item tags which will receive a discount. If blank, discount applies to all items except excluded items. [optional]
items Array<String> An optional list of items which will receive a discount. If blank, discount applies to all items except excluded items. [optional]
limit Integer The (optional) maximum quantity of discounted items. [optional]