Skip to main content
Endpoint:

Authorization

string
required
Example:Authorization | Bearer Paste-Your-API-Key-Here

Path Parameters

string
required
A unique identifier of the bundling product. If accessed through the dashboard, it can be found in the URL on the bundling details page.Example:a1b2c3d4-e5f6-4789-a012-3456789abcde

Response

Successful Response

Main Structure (Root)

integer
Status code form API.
string
Status message that describes the status code.
object
The bundling detail object.

data Structure (Object)

string<uuid>
Unique ID of the bundling product.
string
Name of the bundling product.
integer
Price of the bundle.
string | null
Bundle description (may contain HTML).
string
Item type. Always bundling.
string
Bundle status (example: active, closed).
Unique link slug.
number (timestamp)
Last update time in epoch format (ms).
number (timestamp)
Creation time in epoch format (ms).
string | null
Redirect URL after payment (if any).
string | null
Internal notes (if any).
string
Type of products that make up the bundle (example: payment_link).
string<uuid> | null
Cover image ID (if any).
object | null
Cover image details (if any).
array | null
Additional image IDs (if any).
array | null
Additional image details (if any).
string<uuid>
ID of the merchant account that owns the bundle.
object
Summary of the owning merchant account.
array of object
List of products included in the bundle.
The detail object also returns a number of nullable product attributes shared across all product types — subType, tax, items, limit, expiredAt, terms, target, reason, receiver, usage, category, affiliateCommission, paymentType, qty, customerId, customer, and event — which are null for bundling products.

user Structure (Object)

string<uuid>
Merchant account ID.
string<uuid>
Associated account ID.
object
Account summary (id, name).

products Structure (Array Of Object)

string<uuid>
ID of the bundle-product link record.
string
Status of the product within the bundle (example: ENABLED).
string<uuid> | null
ID of the selected product variant (if any).
number (timestamp)
Last update time of the bundle-product link in epoch format (ms).
ID of the underlying product/payment link.
Summary of the underlying product/payment link (id, name, type, amount, variant).

Errors

object
Returned with messages: "Bundling not found" when no bundling product matches the supplied uuId.