Update Bundle
Replaces the bundle wholesale, lines and all. Anyone who already bought it keeps what they
bought at the price they paid.
Requires the stores.resellers.update permission.
Authorizations
Your API key goes here
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 updated.
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.