Product
Update Product
Update a Product with the given UUID.
This endpoint updates the details of a specific Product within a specified Organization, using the Product UUID. The updated details are provided in the request body.
Note: If you have created Custom Fields for a Product, when you use this endpoint to update the Product use the customFields parameter to preserve those Custom Fields. If you omit them from the update request, they will be lost.
put/organizations/{orgId}/products/{id}
Path parameters
orgIdstring required
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
idstring required
The unique identifer (UUID) of the Product to update.
Request body
Response
Returns the updated Product