Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.15 KB

File metadata and controls

16 lines (10 loc) · 1.15 KB

BundleIdentifiedItem

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

Properties

Name Type Description Notes
id str Unique identifier of the product or SKU that meets the bundle condition. This is an ID assigned by Voucherify.
object str Determines the type of the object that meets the bundle condition.
item_index 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.
item_quantity 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]