List bundles
GET/v1/bundles
List bundles
Request
Query Parameters
Tax zone
Pagination page number
Pagination offset number
Expansion flag. Expand the response with [items
]. (comma separated list of values)
Responses
- 200
- 400
- 403
- 500
List bundles
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
items
object[]
required
List of items of type Bundle
The bundles primary identifier
[DEPRECATED] The bundles identifier for Propeller internal use
The name for this bundle.
The description for this bundle.
The discount percentage this bundle.
Possible values: [ALL
, EP
]
The discount condition for this bundle. Discount can be applied for Extra Products (EP) or All Products (ALL).
price
object
nullable
Net price of the bundle after discounts applied
Gross price of the bundle after discounts applied
Original net price of the bundle before discounts applied
Original gross price of the bundle before discounts applied
items
object[]
nullable
Items for this bundle.
The bundles primary product identifier
price
object
nullable
Net price of the bundle after discounts applied
Gross price of the bundle after discounts applied
Original net price of the bundle before discounts applied
Original gross price of the bundle before discounts applied
Possible values: [Y
, N
]
Indicates whether the product is leader for this bundle.
Total number of items found
Possible values: >= 1
Default value: 12
The amount of items to show per page
Possible values: >= 1
Default value: 1
The current page
Possible values: >= 1
Total amount of pages
Possible values: >= 1
Start position of the current page
Possible values: >= 1
End position of the current page
{
"items": [
{
"id": 0,
"name": "string",
"description": "string",
"discount": 0,
"condition": "ALL",
"price": {
"net": 0,
"gross": 0,
"originalNet": 0,
"originalGross": 0
},
"items": [
{
"productId": 0,
"price": {
"net": 0,
"gross": 0,
"originalNet": 0,
"originalGross": 0
},
"isLeader": "Y"
}
]
}
],
"itemsFound": 12,
"offset": 12,
"page": 4,
"pages": 1,
"start": 1,
"end": 12
}
Bad request
Forbidden.
List bundles error