Product Details & Collections
Single product details, featured products, on-sale, new arrivals, and related products
Last updated: Feb 09, 2026
Product Details & Collections
Get Product Details
Get single product with full details.
GET /api/v1/products/{id}
Response: 200 OK
Returns product with additional fields:
variants— Product variationsattributes— Product attributesrecent_reviews— Last 5 reviewsmeta— SEO metadata
Featured Products
Get featured products.
GET /api/v1/products/featured?limit=10
| Parameter | Type | Description |
|---|---|---|
limit | integer | Number of products to return |
Products on Sale
Get products with active discounts.
GET /api/v1/products/on-sale?per_page=20
| Parameter | Type | Description |
|---|---|---|
per_page | integer | Items per page |
New Arrivals
Get recently added products.
GET /api/v1/products/new-arrivals?limit=20
| Parameter | Type | Description |
|---|---|---|
limit | integer | Number of products to return |
Related Products
Get products related to a specific product.
GET /api/v1/products/{id}/related