Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 871 Bytes

File metadata and controls

26 lines (14 loc) · 871 Bytes

BundleMissingItem

Determines a product, SKU, or collection that is in bundle conditions, but is missing in the customer's order items. Determines also the missing quantity.

Properties

Name Type Description
id String Unique identifier of the collection, product, or SKU that is missing in the customer's order items. This is an ID assigned by Voucherify.
_object ObjectEnum Determines the type of the object that is missing in the customer's order items.
itemQuantity Integer Quantity of items that are missing in the order items to meet the bundle conditions.

Enum: ObjectEnum

Name Value
PRODUCT "product"
PRODUCTS_COLLECTION "products_collection"
SKU "sku"