Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.17 KB

File metadata and controls

14 lines (10 loc) · 1.17 KB

Voucherify.Model.BundleIdentifiedItem

Determines a product from the customer's order items that meets bundle conditions.

Properties

Name Type Description Notes
Id string Unique identifier of the product or SKU that meets the bundle condition. This is an ID assigned by Voucherify.
Object string Determines the type of the object that meets the bundle condition.
ItemIndex int Number assigned to the order line item in accordance with the order sent in the request. It starts with `0` for the first order line item in the request.
ItemQuantity int Quantity of items that meet the bundle conditions. If the quantity in the order is higher than the quantity required by the bundle, this returns only the number that meets the bundle. For example, if the bundle requires `5` coffees, but the order includes `10` coffees, `item_quantity` returns `5`.

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