Products

Number of APIs: 12

  1. List followers of a product GET {{baseUrl}}/products/:id/followers?start=0&limit=<integer>

  2. Add a follower to a product POST {{baseUrl}}/products/:id/followers

  3. Delete a follower from a product DELETE {{baseUrl}}/products/:id/followers/:follower_id

  4. Get all products GET {{baseUrl}}/products?user_id=<integer>&filter_id=<integer>&ids=<integer>&ids=<integer>&first_char=<string>&get_summary=<boolean>&start=0&limit=<integer>

  5. Add a product POST {{baseUrl}}/products

  6. Search products GET {{baseUrl}}/products/search?term=<string>&fields=<string>&exact_match=<boolean>&include_fields=<string>&start=0&limit=<integer>

  7. Delete a product DELETE {{baseUrl}}/products/:id

  8. Get one product GET {{baseUrl}}/products/:id

  9. Update a product PUT {{baseUrl}}/products/:id

  10. Get deals where a product is attached to GET {{baseUrl}}/products/:id/deals?start=0&limit=<integer>&status=all_not_deleted