v2
latestOpenAPI 3.1.02026-07-26102336742.6 KBProduct Templates
Browse product templates by category
Browse product templates filtered by category. Category matches by prefix (e.g., 'Apparel' matches 'Apparel/T-Shirts'). Returns 25 results. To paginate, use the /category/{category}/page/{N} variant of this endpoint (1-indexed). Use the total field in the response to calculate total pages. Pagination is path-based for HTTP cacheability.
get/open-api/v1.0/product-templates/category/{category}
Path parameters
category'Apparel' | 'Accessories' | 'Home & Living' required
Category path. Top-level: Apparel, Accessories, Home & Living. Subcategory paths like 'Apparel/T-Shirts' are also valid.
Response
OK
Example response
{
"results": [
{
"productId": "pro_k66ZW4fsRm6c2def3itltA",
"name": "Classic T-Shirt",
"category": "apparel/t-shirts",
"brand": "Bella+Canvas",
"basePrice": {
"amount": 24.99,
"currency": "USD"
},
"productionMethod": "DTG",
"supportsBackendRendering": true
}
]
}