Create Bundle
POST https://api.secure.quotivity.com/v1/bundlesCreates a new bundle with a header product.
Send your API key in the x-api-key header. See Generating API keys.
Request body
Section titled “Request body”Required, application/json: CreateBundleRequest
Responses
Section titled “Responses”| Status | Body | Description |
|---|---|---|
201 |
Bundle | Bundle created successfully |
400 |
— | Invalid request |
401 |
— | Unauthorized |
429 |
— | Rate limit exceeded |
500 |
— | Internal Server Error |
Schemas
Section titled “Schemas”Bundle
Section titled “Bundle”| Field | Type | Required | Description |
|---|---|---|---|
id |
string | Yes | — |
accountId |
string | Yes | — |
isActive |
boolean | Yes | — |
header |
BundleProduct | No | — |
configuratorEnabled |
boolean | No | — |
clonedBundleTempName |
string | No | — |
BundleProduct
Section titled “BundleProduct”| Field | Type | Required | Description |
|---|---|---|---|
productId |
string | Yes | — |
properties |
map of string to string | Yes | — |
CreateBundleRequest
Section titled “CreateBundleRequest”| Field | Type | Required | Description |
|---|---|---|---|
header |
object | Yes | — |
Ask the help center
Answers come from these guides, with links to the articles used.
Ask anything about configuring quoting in Quotivity Studio.