API Reference
Bundles

Creates a Bundle for the affiliate

1min
POST
This endpoint allows the ability to create a bundle.
Authentication
Authorization
Header Parameters
X-TokenId
X-SessionId
X-Version
*
Origin
Body Parameters
bundle
*
Description
The Dto of a bundle
name
description
tag
status
Responses
201
Created
Description
The Dto of a bundle contents
bundleReference
carts
name
description
tag
status
400
Bad Request <br />• Bundle name is invalid <br />• Bundle description is invalid <br />• Bundle tag is invalid <br />• Bundle status is invalid
409
Conflict <br />• Bundle name already exists <br />• Bundle tag already exists
500
Internal Server Error
Curl
JS
Ruby
Python
Responses
201
400
409
500