API Reference

Modifies the details of a specific product. This can be useful for updating information about a particular product, such as its title, description, price, payment frequency etc.

To update a product, send a PATCH request to the update a product endpoint, specifying the _id of the product you wish to update as a path parameter. In the request body/parameters, include the product details alongside the new values. Once the request is successfully processed, a JSON object containing the response message with status code 200 OK will be returned.

To try this endpoint, replace the path parameter, body parameters and api-access-key values below with yours.

🚧

The product with the _id you entered as path parameter while trying this endpoint will be updated.

Language
Click Try It! to start a request and see the response here!