Bundles
Create a New Bundle
Create a new bundle containing existing products.
POST
Body Parameters
string
required
The name of the bundle.
integer
required
The total price of the bundle in cents (e.g.,
4900 for $49.00).string
required
The pricing model. Usually
standard for bundles.boolean
required
Must be set to
true to flag this product as a bundle.array
required
An array of objects representing the products included in this bundle.
Response
object
The newly created bundle object.