Products > Products
Products
Use the Storefront API to retrieve the products available for purchase in your store.
Endpoints
| Endpoint | Description | JSON API |
|---|---|---|
| storefrontProducts | Get products | GET:storefront/products.json |
| storefrontProductsLookup | Lookup product by handle | GET:storefront/products/lookup.json |
| storefrontProductsPage | Get products page | GET:storefront/products/page.json |
| storefrontProductsVote | Recommend product (vote) | POST:storefront/products/vote.json |
Types
| Types |
|---|
| ProductsPageSortBy |
| StorefrontProduct |
| StorefrontProductPage |