Product
This page contains the documentation for the product endpoints.
Last updated
This page contains the documentation for the product endpoints.
Last updated
The product endpoints allow you to get the list of products available and the details. You can also get the picture of the product. If your account has administrative rights, you can modify and delete a product.
This endpoint allows you get the image of the product. The image is in the .webp format.
The product image filename to use. Use the GET Product list
endpoint to view all products and their image filenames.
1700110836527.webp
This endpoint allows you get delete a product.
The product image filename to use. Use the GET Product list
endpoint to view all products and their image filenames.
1701082686603.webp
This endpoint allows you get the details of a product.
The product image filename to use. Use the GET Product list
endpoint to view all products and their image filenames.
This endpoint allows you to edit a product.
The product image filename to use. Use the GET Product list
endpoint to view all products and their image filenames.
1700110836527.webp
The new name of the product.
sample_item
The new filename of the product's image.
The new price of the product.
50
The new description of the product.
sample description
The new total number of units sold.
35
This endpoint allows you to upload a product.
The name of the product.
sample item
The filename of the product's image.
The price of the product.
50
The description of the product.
sample description
The total number of units sold.
35
Successful response. Returns the status of the operation.