- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Retrieve a Collection in Storefront
In this document, learn how to retrieve a product collection and its details in the storefront.
There are two ways to retrieve a product collection:
- Retrieve a collection by its ID.
- Retrieve a collection by its
handle
field. This is useful if you're creating human-readable URLs in your storefront.
Retrieve a Product Collection by ID#
To retrieve a product collection by its ID, send a request to the Get a Collection API route:
The response has a collection
field, which is a product collection object.
Retrieve a Product Collection by Handle#
To retrieve a product by its handle, send a request to the List Product Collections API route passing it the handle
query parameter:
Was this page helpful?