Skip to main content

Update Product

PUT 

/api/products/:product_id

Update a product.

Args: product_id: ID of product to update request: Product update request publish: If True, publish product after update. If False (default), save without publishing.

Request

Responses

Successful Response