Product
Update items in bundle
Updates bundle by adding or removing items and adjusting quantities.
POST
/
api-product
/
v1
/
product
/
bundle
/
update
Authorizations
Authorization
string
headerrequiredS2S access token (JWT) from fabric Identity service (during Login)
Headers
x-site-context
string
requiredThe x-site-context
header is a JSON object that contains information about the source you wish to pull from. The mandatory account
is the 24 character identifier found in Copilot. The channel
(Sales channel ID), stage
(environment name), and date
attributes can be used to further narrow the scope of your data source.
Body
application/json
action
enum<string>
Action type
Available options:
UPDATE
bundles
object[]
Response
200 - application/json
id
string
A 24-character system-generated document ID (internal only)
itemId
string
A 24-character system-generated item ID
bundleId
string
A 24-character system-generated bundle ID
quantity
number
Bundle quantity
createdOn
string
Time of bundle creation (UTC format)
modifiedOn
string
Time when bundle was last updated (UTC format)
Was this page helpful?