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.

Path Parameters

id * The id of the product to update.

Body Parameters

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.