8 API Reference‎ > ‎Resources‎ > ‎

BundleItem

NOTICE: This resource is not implemented yet.

Represents a "sub-offer" or a "coupon" in a bundle offer. Bundle offers have a unique structure. They have multiple "sub-offers" or "coupons" (normally no more then 16) which are represented by BundleItem.

Attributes:
  • id string.
  • title string.
  • description string.
  • quantity integer.

Data Examples

JSON

{
    "id": "85b3b0d995262dfbf3386c0c290e96558c1d5609ca5c46ea755f5404377651c2",
    "title": "",
    "description": "",
    "quantity": "3"
}

XML

<bundle_item>
    <id>85b3b0d995262dfbf3386c0c290e96558c1d5609ca5c46ea755f5404377651c2</id>
    <title></title>
    <description></description>
    <quantity></quantity>
</bundle_item>

Actions

No actions supported.

Comments