Create Collection
Generate a new product collection for checkout packaging.
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Body
The friendly name of the collection
"Winter Course Bundle"
List of products to include in this collection. At least one product is required.
A detailed description of this collection
"Get all our premium programming courses at a highly discounted price."
The display cover image URL for this collection
"https://images.unsplash.com/photo-123"
The collection status
ACTIVE, ARCHIVED "ACTIVE"
Response
Collection created successfully.
The collection ID
"col_123"
The name of the collection
"Summer Bundle"
Status of the collection
ACTIVE, ARCHIVED "ACTIVE"
The unique identifier of the business owning this collection.
"biz_4r5t6y7u8i9o"
Indicates if the collection has been permanently deleted.
false
Timestamp when the collection was created
"2025-01-01T12:00:00Z"
Timestamp when the collection was last updated
"2025-01-01T12:00:00Z"
A brief description of the collection
"Everything you need for summer."
URL of the collection image
"https://example.com/image.png"
List of product references (id + quantity). Full product details are available via GET /products/:id.