Add items to existing bundle
POST/v2/bundles/:id
Add new products to an existing bundle configuration.
Allows expanding bundle contents with additional products while maintaining validation rules for unique products and single leader designation.
Request
Responses
- 201
- 400
- 401
- 404
- 409
- 500
Bundle items successfully added to the bundle
Invalid item data or validation failed
Authentication required to add bundle items
Bundle with specified ID not found
One or more products already exist in the bundle
Internal server error occurred while adding bundle items