Interact with product information. You can get all products at once or detailed information of a specific product.
If you want to get a general overview of the product data structure, go to our api data reference for Product.
Get products by user id
Retrieve an array with products from a user.
This endpoint is designed with displaying a list of products on the frontend of your solution in mind. You will get general information about the product. If you want additional and more detailed data, see the other endpoint below.
get
https://api.outshifter.com
/catalog/users/:id/products
Multiple products by user id
Filters
By default the response will provide all saved products. You may include in the body pre defined filters and get a more refined response:
Copy and paste the above url on Postman or on your browser and you will receive an array with real saved products from one of our sellers. No authorisation needed.
Get detailed product information by id
Retrieve single product information by id.
You will receive detailed information of a product from the Outshifter database.
Copy and paste the above url on Postman or on your browser and you will receive an object with a real product from our platform. No authorisation needed.