v2

latestOpenAPI 3.1.02026-07-26102336742.6 KB
Product Templates

Search product templates

Search product templates by name, brand, description, sizes, categories, colors, or production method. Returns 25 results. To paginate, use the /search/{query}/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/search/{query}

Path parameters

querystring required

Search query (e.g., 'hoodie', 'black%20t-shirt')

Response

OK

totalinteger required

Total number of product templates matching the query

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
    }
  ]
}