Website logo
⌘
K
Sign Up ->
🌐
User & Dev Guide
💼
Careers
💻
Demo
GitHub Example
✏️ARCHBEE TEMPLATES
💻API Reference
Account Balance
Account Groups
Account Subscriptions
Accounts
Addresses
Analytics
Bulk Entitlements
Bundles
Carts
Customer Support Log
Dev Tools
Device Policy
Entitlements
Fulfilment
Gifting
Native Billing
Offers
Orders
Payment Details
Payment Instruction
Platform Status
Product Lists
Products
Service Credits
Sessions
Subscription Holiday
Subscriptions
Suppliers
Vouchers
🚀Realtime Editor with Markdown Shortcuts!
⛵Integrations
AirTable
Miro
Figma
Github Gist
LucidChart
Trello
Prezi
Codepen
Iframe Embeds
🌤️Development in the Cloud
⤴️Sharing Lambda Layers
🔨API Documentation
🌤️Endpoint Documentation
⛅GraphQL Endpoint Playground
☁️Full API Docs with Swagger/OpenAPI
🧜‍♀️Mermaid Diagrams
📄Why is Documentation Extremely Important for Engineers
Changelogs and Callouts
Code Editor Multi-Language
All Blocks
Tabs
Embed
🗺️Datacenters (Minitasks and Maps)
API Reference
pet
store
user
Docs powered by Archbee
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
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?
PREVIOUS
Deletes a product from the specified bundle
NEXT
Allows adding contract frequencies to be attached to a bundle
Docs powered by Archbee