Skip to main content
GET
/
open-api
/
v1.0
/
product-templates
List product templates
curl --request GET \
  --url https://api.fourthwall.com/open-api/v1.0/product-templates
{
  "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,
      "thumbnail": "<string>"
    }
  ],
  "total": 123
}
This endpoint is in beta and subject to change.
The thumbnail URL is generated on demand by imgproxy and is not durable — it may change or expire. Fetch it fresh from this endpoint when you need to display the image rather than storing or hardcoding it.

Response

OK

Paginated list of product templates

results
Product Template Summary · object[]
required

List of product template summaries

total
integer<int32>
required

Total number of product templates matching the query