latestOpenAPI 3.1.02026-07-26102336742.6 KB

ef273312f051

Product Templates

Search product templates grouped by product family by page

Search product templates grouped by product family with pagination. This endpoint is public and does not require authentication.

get/open-api/v1.0/product-templates/search-grouped/{query}/page/{page}

Path parameters

querystring required

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

pageinteger required

Page number (1-indexed)

Response

OK

totalinteger required

Total number of grouped 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"
      },
      "variants": [
        {
          "productId": "pro_k66ZW4fsRm6c2def3itltA",
          "productionMethod": "DTG",
          "recommended": true,
          "basePrice": {
            "amount": 24.99,
            "currency": "USD"
          },
          "supportsBackendRendering": true
        }
      ],
      "supportsBackendRendering": true
    }
  ]
}