Gets products from a collection
GET/api/v1/:team_slug/:app_slug/collections/:collection_id/products
Gets products from a collection
Request
Responses
- 200
- 400
- 401
- 422
- 500
Got a list of all products from collection
Invalid request (e.g. bad UUID, validation error)
Unauthorized access
Invalid request and not parsable by backend
Internal server error