API Reference
Bundles

Allows adding products to a pre defined bundle

1min
POST
This endpoint will allow you the ability to add product to a bundle
Authentication
Authorization
Path Parameters
bundleReference
*
Header Parameters
X-TokenId
X-SessionId
X-Version
*
Origin
Body Parameters
productInfo
*
Description
DTO for products to be added to a bundle
products
Responses
200
Ok
Description
The Dto of a bundle
name
description
tag
status
400
Bad Request <br />• Invalid currency provided
404
Not Found <br /> • Bundle not found <br /> • Product reference cannot be found
409
Conflict <br />• Duplicate product reference <br />• Bundle tag already exists <br />• Product(s) currency does not match bundle currency <br />• No common product currencies found <br />• A product cannot be assigned to a bundle more than once.
Curl
JS
Ruby
Python
Responses
200
400
404
409