Here is a list of available API endpoints for retrieving product information:
Get All Products: Retrieve a list of all products available.
- Endpoint:
/api/products
- Method:
GET
- Endpoint:
Get Product by ID: Retrieve information about a specific product by its unique ID.
- Endpoint:
/api/products/{id}
- Method:
GET
- Endpoint:
Search Products: Search for products based on a keyword.
- Endpoint:
/api/products/search
- Method:
GET
- Query Parameter:
keyword
- Endpoint:
For more information on how to use these endpoints, please refer to our API Documentation.
Product Image