Attach a product
POST/subscriptions/offerings/:offering_uuid/products/attach
After saving an offering, you can attach new products to it at any time.
Adding new products does not affect any existing active subscriptions. The changes take effect on all new subscriptions that are created.
Request
Responses
- 200
- 400
- 403
- 404
- 500
Success. The subscription product is attached with the offering.
Bad request. The request failed validation.
Forbidden. The operation is forbidden on this entity.
Not found. The requested entity does not exist.
Internal server error. There was a system failure in the platform.