Inventory API
Products
Update Product
This API endpoint (POST) updates an existing product. If the request succeeds, it returns a Product Object.
Permissions: products.edit
Webhook events: product-updated, product-stock-updated and product-price-updated.
id * The id of the product to update.
The body request parameters are the same as the Create endpoint of the type of product you are editing. For example, if you are updating a service product, the body parameters are the same as the Create Service API endpoint.