Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1.1 KB

File metadata and controls

14 lines (8 loc) · 1.1 KB

ApplicableToOrderItemUnitsItem

Properties

Name Type Description Notes
index int Number assigned to the order line item in accordance with the order sent in the request. [optional]
units List[int] Numbers of units in the order line covered by the discount; e.g. `2, 5, 8` for 10 units with the setting `"skip_initially": 1`, `"repeat": 3`. The counting of units starts from `1`. The maximum quantity of all handled units is 1000. If the quantity of all order items exceeds 1000, this array is not returned, but `units_limit_exceeded: true`. However, the discount is calculated properly for all relevant units. [optional]
units_limit_exceeded bool Returned as `true` only when the sum total of `quantity` of all order items exceeds 1000. [optional]

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