Bundle Content

An object that represents current bundle configuration.

Properties

  • Name
    items
    Type
    list of [BundleItem](/bundleItem) instances
    Description

    List of items that are added to the bundle.

  • Name
    unique_items
    Type
    list of [BundleItem](/bundleItem) instances
    Description

    List of unique items that are added to the bundle. It use the quantity property to determine how many times the specific item was added to bundle.

  • Name
    price
    Type
    number
    Description

    Total price of the bundle after all discounts.

  • Name
    compare_at_price
    Type
    number
    Description

    Total price of all products in the bundle before all discounts.

  • Name
    active_discount_tiers
    Type
    array
    Description

    An array of the currently active TieredDiscount objects

Response

[
  {
    "type": "total_products", 
    "value": 4, 
    "operation": "gte", 
    "discount": 30,
  }, 
  {
    "type": "total_products", 
    "value": 3, 
    "operation": "gte", 
    "discount": 20,
  }
]