Product
This page contains the documentation for the product endpoints.
This endpoint allows you get the list of available products. It shows all available product.
Successful response. Returns a list of product.
The unique identifier for the product.
The name of the product.
The filename of the product's image.
The price of the product.
The description of the product.
The total number of units sold.
The version of the product. The version increases whenever the product is modified.
See message description.
see message description.
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.webpSuccessful response. Returns the image of the product.
See message description.
see message description.
This endpoint allows you to edit a product.
Provide your API key.
The product image filename to use. Use the GET Product list endpoint to view all products and their image filenames.
1700110836527.webpThe new name of the product.
sample_itemThe new filename of the product's image.
The new price of the product.
50The new description of the product.
sample descriptionThe new total number of units sold.
35Successful response. Returns the new information of the product.
The status of the operation.
See message description.
see message description.
This endpoint allows you get delete a product.
Provide your API key.
The product image filename to use. Use the GET Product list endpoint to view all products and their image filenames.
1701082686603.webpSuccessful response. Returns the status of the operation.
The status of the operation.
See message description.
see message description.
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.
Successful response. Returns the information of the product
The unique identifier for the product.
The name of the product.
The filename of the product's image.
The price of the product.
The description of the product.
The total number of units sold.
The version of the product. The version increases whenever the product is modified.
See message description.
see message description.
This endpoint allows you to upload a product.
Provide your API key.
The name of the product.
sample itemThe filename of the product's image.
The price of the product.
50The description of the product.
sample descriptionThe total number of units sold.
35Successful response. Returns the status of the operation.
The status of the operation.
Successful response. Returns the status of the operation.
Last updated