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
  • Get Product by ID: Retrieve information about a specific product by its unique ID.

    • Endpoint: /api/products/{id}
    • Method: GET
  • Search Products: Search for products based on a keyword.

    • Endpoint: /api/products/search
    • Method: GET
    • Query Parameter: keyword

For more information on how to use these endpoints, please refer to our API Documentation.

Product Image