Products
Number of APIs: 7
-
/products GET {{baseUrl}}/products?embed=<string>&fields=<string>&sort=<string>&active=<integer>&count=<integer>&offset=<integer>
-
/products POST {{baseUrl}}/products
-
/products/search GET {{baseUrl}}/products/search?keywords=<string>&sort=<string>&offset=<integer>&count=<integer>&session_id=<integer>
-
/products/count GET {{baseUrl}}/products/count?active=<integer>
-
/products/{id} GET {{baseUrl}}/products/:id?embed=<string>&fields=<string>
-
/products{id} PUT {{baseUrl}}/products/:id
-
/products/{id} DELETE {{baseUrl}}/products/:id