Update an existing bundle
PUT/v2/bundles/:id
Update bundle properties and configuration.
Allows modification of bundle name, description, discount settings, and other properties. Bundle items are managed through separate endpoints for better control and validation.
Request
Responses
- 200
- 400
- 401
- 404
- 409
- 500
Bundle successfully updated with new configuration
Invalid bundle data or validation failed
Authentication required to update bundles
Bundle with specified ID not found
Bundle name already exists or item conflicts detected
Internal server error occurred while updating bundle