Gets a list of bundles for building a catalog.
limit | integer Limit for the number of elements on the page. Example: limit=50 |
offset | integer Number of the element from which the list is generated (the count starts from 0). Example: offset=0 |
locale | string Default: "en" Response language. Two-letter lowercase language code per ISO 639-1. |
additional_fields[] | Array of strings The list of additional fields. These fields will be in the response if you send them in your request. Available fields |
country | string Default: "US" Country to calculate regional prices and restrictions for catalog. Two-letter uppercase country code per ISO 3166-1 alpha-2. If you do not specify the country explicitly, it will be calculated based on user's IP address. |
The list of bundles was successfully received.
{- "items": [
- {
- "sku": "kg_1",
- "name": "kg_10.00_bundle",
- "type": "bundle",
- "description": "pricePoint_44056_1",
- "attributes": {
- "external_id": "genre",
- "name": "Genre",
- "values": [
- {
- "external_id": "genre_e3364991f92e751689a68b96598a5a5a84010b85",
- "value": "Casual"
}, - {
- "external_id": "genre_eba07bfd0f982940773cba3744d97264dd58acd7",
- "value": "Strategy"
}, - {
- "external_id": "genre_b8d0c6d8f0524c2b2d79ebb93aa3cd0e8b5199a8",
- "value": "Mobile"
}
]
}, - "is_free": false,
- "order": 999,
- "groups": [ ],
- "price": {
- "amount": 9.99,
- "currency": "USD",
- "amount_without_discount": 9.99
}, - "total_content_price": {
- "amount": 10.99,
- "currency": "USD",
- "amount_without_discount": 10.99
}, - "media_list": [ ],
- "virtual_prices": [ ],
- "bundle_type": "standard",
- "content": [
- {
- "sku": "big_rocket",
- "name": "Big Rocket",
- "description": "Big Rocket - short description.",
- "type": "virtual_currency",
- "quantity": 100,
- "virtual_item_type": "non_consumable",
- "attributes": {
- "external_id": "size",
- "name": "Size",
- "values": [
- {
- "external_id": "size_e3364991f92e751689a68b96598a5a5a84010b85",
- "value": "Large"
}
]
}, - "is_free": false,
- "groups": [ ],
- "price": {
- "amount": 10.99,
- "currency": "USD",
- "amount_without_discount": 10.99
}, - "virtual_prices": [ ]
}
]
}
]
}