Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HerePath Parameters
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-3456789abcdeResponse
Successful ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
The bundling detail object.
data Structure (Object)
Unique ID of the bundling product.
Name of the bundling product.
Price of the bundle.
Bundle description (may contain HTML).
Item type. Always
bundling.Bundle status (example:
active, closed).Unique link slug.
Last update time in epoch format (ms).
Creation time in epoch format (ms).
Redirect URL after payment (if any).
Internal notes (if any).
Type of products that make up the bundle (example:
payment_link).Cover image ID (if any).
Cover image details (if any).
Additional image IDs (if any).
Additional image details (if any).
ID of the merchant account that owns the bundle.
Summary of the owning merchant account.
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)
Merchant account ID.
Associated account ID.
Account summary (
id, name).products Structure (Array Of Object)
ID of the bundle-product link record.
Status of the product within the bundle (example:
ENABLED).ID of the selected product variant (if any).
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
Returned with
messages: "Bundling not found" when no bundling product matches
the supplied uuId.