Fetch Product Information
Retrieve information from a Product
Retrieve information from a Product (or list all products)
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{ "status": "200", "message": "OK", "data": object }{ "status": "200", "message": "OK", "data": { "amount": number, "products": array } }{ "status": "500", "message": "Internal Server Error" }Last updated