Products
Number of APIs: 12
-
List followers of a product GET {{baseUrl}}/products/:id/followers?start=0&limit=<integer>
-
Add a follower to a product POST {{baseUrl}}/products/:id/followers
-
Delete a follower from a product DELETE {{baseUrl}}/products/:id/followers/:follower_id
-
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>
-
Add a product POST {{baseUrl}}/products
-
Search products GET {{baseUrl}}/products/search?term=<string>&fields=<string>&exact_match=<boolean>&include_fields=<string>&start=0&limit=<integer>
-
Delete a product DELETE {{baseUrl}}/products/:id
-
Get one product GET {{baseUrl}}/products/:id
-
Update a product PUT {{baseUrl}}/products/:id
-
Get deals where a product is attached to GET {{baseUrl}}/products/:id/deals?start=0&limit=<integer>&status=all_not_deleted