API Reference

Provides an easy way to expand your product offerings.

To add a new product, send a POST request to the add new product endpoint with the required data/body parameters, such as the product title, category, price, frequency etc. (see body parameters). Once the request is successfully processed, a JSON object containing the response message with status code 201 Created will be returned.

📘

In order to upload the product image, you will need to upload the image file to a storage service like Amazon S3 or Cloudinary first. Once the file is uploaded, you can retrieve the URL of the uploaded image file and include it in the request body.

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

🚧

The product details you entered while trying this endpoint will be added to the company's product.

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