Update a product or bundle
PUT/pcm/products/:productID
Specify whichever attributes you want to change. The values of the other attributes remain the same. If the attributes section is empty, the product or bundle is not updated.
Request
Responses
- 200
- 403
- 404
- 409
- 422
- 500
Updates a product with the following attributes.
Forbidden
Bad Request. Not Found.
Write conflict detected
Bad request. The request failed validation.
Internal server error. There was a system failure in the platform.