API Reference
Bundles

Updates the pricing for a product in a bundle

1min
PATCH
This endpoint will allow you the ability to update a product prive in a bundle within the eSuite platform
Authentication
Authorization
Path Parameters
bundleReference
*
cartReference
*
productReference
*
Header Parameters
X-TokenId
X-SessionId
X-Version
*
Origin
Body Parameters
patchRequests
*
value
path
op
from
Responses
200
Ok
Description
The Dto of a bundle
name
description
tag
status
400
Bad Request <br />• No provided PATCH data <br />• Invalid PATCH operation <br />• Invalid PATCH path
404
Not found <br />• Bundle cannot be found. <br />• Cart cannot be found. <br />• Product cannot be found.
Curl
JS
Ruby
Python
Responses
200
400
404