Allows adding products to a pre defined bundle
1min
POST
AUTHENTICATION
Authorization
Bearer
Bearer
PATH PARAMETERS
bundleReference
string
*Reference of the bundle to be patched.
HEADER PARAMETERS
X-TokenId
string
The eSuite Token Id
X-SessionId
string
The eSuite Session Id
X-Version
string
*The eSuite Version
Origin
string
The eSuite Origin
BODY PARAMETERS
productInfo
FictiveGlobal.Api.Rest.Dtos.v1.Bundle.BundleProductInfo
*DTO for products to be added to a bundle
products
FictiveGlobal.Api.Rest.Dtos.v1.Bundle.BundleProduct[]
List of bundle product objects that are being added to a bundle
RESPONSES
200
Ok
FictiveGlobal.Api.Rest.Dtos.v1.Bundle.Bundle
The Dto of a bundle
name
string
The bundle name
description
string
The bundle description
tag
string
The optional bundle tag
status
string<Active | Inactive | Archived>
The bundle's 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.
Updated 02 Nov 2023
Did this page help you?