Create Bundle
A bundle is a basket you have composed and priced as one thing. Set a discount to advertise a figure, or leave it off and let your basket-size discounts decide.
Every product in it has to be in your reseller catalogue already, and it can never cost a
reseller more than buying the same lines separately would.
Requires the stores.resellers.update permission.
Authorizations
Your API key goes here
Path Parameters
Body
A bundle a supplier is creating or editing.
What to call it.
1 - 120How it behaves alongside a reseller's standing discount: BundleWins, BestWins or
Stack.
1^(?:BundleWins|BestWins|Stack)$Who may see and buy it: AllResellers, Tier or SpecificResellers.
1^(?:AllResellers|Tier|SpecificResellers)$The resellers to offer it to, when targeting named ones.
Whether to offer it now.
Where it sits among the store's other bundles.
What is in it. A bundle with no lines is not a bundle.
1An optional line explaining who it is for.
500The discount off list price to advertise it at, or null to let the store's basket tiers decide.
0 <= x <= 100The standing tier to limit it to, when targeting a tier.
When it becomes available, or null for immediately.
When it stops being available, or null for never.
How many times one reseller may buy it, or null for no limit.
1 <= x <= 1000000How many times it may be bought at all, or null for no limit.
1 <= x <= 1000000Response
The object was successfully created.
Represents a default generic response for API endpoints.
Indicates whether the operation or response was successful.
A descriptive message providing additional context or information about the response.
The error code (if there was an error) to use when referencing the error
Represents the data associated with a response.