API Reference
Bundles

Retrieve Bundles for the affiliate

1min
GET

This endpoint allows the ability to retrieve a list of bundles attached to the affiliate. The following custom headers must be provided in the request • X-PageNumber • X-ResultsPerPage The following custom headers will be provided in the response • X-TotalNumberOfRecords • X-PageNumber • X-ResultsPerPage

Authentication
Authorization
Query Parameters
name
tag
status
exactMatch
Header Parameters
X-TokenId
X-SessionId
X-Version
*
Origin
Responses
200
Ok
Description
The Dto of a bundle contents
bundleReference
carts
name
description
tag
status
204
There are no bundles configured for the affiliate
Description
The Dto of a bundle contents
bundleReference
carts
name
description
tag
status
404
The is no bundle matching the provided search parameters
412
Precondition Failed <br />• The X-PageNumber header has not been supplied <br />• The page number must be greater than zero. <br />• The X-ResultsPerPage header has not been supplied <br />• The number of items in the page must be greater than zero.
500
Internal Server Error
Curl
JS
Ruby
Python
Responses
200
204
404
412
500