Resource
GET /api/v1/products
Returns every product in the catalog. Each product has one or more variants (sizes, colors, fits). Use the per-handle endpoint for full details and variant pricing.
Endpoints · 6
GET /api/v1/products/apis-kpis-duis-t-shirt-funny-techie-devops-graphic-tee
200
GET /api/v1/products/apis-kpis-duis-funny-tech-shirt-dev-ops-humor-tee
200
GET /api/v1/products/general-clothes-example-product-1
404
GET /api/v1/products/general-clothes-example-product-2
404
GET /api/v1/products/general-clothes-example-product-3
404
GET /api/v1/products/general-clothes-example-product-4
404
Example response
Response 200· OK
{
"object": "list",
"count": 6,
"data": [
{
"id": "gid://shopify/Product/7881108291670",
"handle": "apis-kpis-duis-t-shirt-funny-techie-devops-graphic-tee",
"title": "APIs KPIs & DUIs T‑Shirt — Funny Techie DevOps Graphic Tee",
"price": {
"amount": "29.99",
"currency": "USD"
},
"available": true
},
{
"id": "gid://shopify/Product/7881108914262",
"handle": "apis-kpis-duis-funny-tech-shirt-dev-ops-humor-tee",
"title": "APIs KPIs & DUIs Funny Tech Shirt — Dev Ops Humor Tee",
"price": {
"amount": "29.99",
"currency": "USD"
},
"available": true
}
],
"has_more": false
} // truncated · showing 2 of 6