Skip to main content

Update a product

PUT 

/subscriptions/products/:product_uuid

Specify whichever attributes you want to change. The values of the other attributes remain the same. If the attributes section is empty, the product is not updated. For fields that are optional, an existing value can be removed by specifying a value of null.

Request

Responses

Success. The product details are updated.