Product API Overview
Access product listings, details, and variant information. These endpoints are typically used to build product catalogs, display product pages, and fetch inventory or attribute data. All product endpoints are read-only and scoped by store.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /product | Retrieve a paginated list of products |
| GET | /product/{productId} | Get detailed information for a specific product |
| GET | /product/{productId}/variant/{variantId} | Get detailed information for a specific variant |
Common Use Cases
- Display a paginated catalog of available products.
- Show product detail pages with all variants and attributes.
- Fetch real-time variant data such as inventory, size, and color options.