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 ExamplesJSON
{
"id": "85b3b0d995262dfbf3386c0c290e96558c1d5609ca5c46ea755f5404377651c2",
"title": "",
"description": " ",
XML
<bundle_item>
<id> 85b3b0d995262dfbf3386c0c290e96558c1d5609ca5c46ea755f5404377651c2</id>
<title></title>
<description></description>
<quantity> </quantity>
</bundle_item> ActionsNo actions supported. |