Products

Number of APIs: 7

  1. /products GET {{baseUrl}}/products?embed=<string>&fields=<string>&sort=<string>&active=<integer>&count=<integer>&offset=<integer>

  2. /products POST {{baseUrl}}/products

  3. /products/search GET {{baseUrl}}/products/search?keywords=<string>&sort=<string>&offset=<integer>&count=<integer>&session_id=<integer>

  4. /products/count GET {{baseUrl}}/products/count?active=<integer>

  5. /products/{id} GET {{baseUrl}}/products/:id?embed=<string>&fields=<string>

  6. /products{id} PUT {{baseUrl}}/products/:id

  7. /products/{id} DELETE {{baseUrl}}/products/:id