---
title: "Get product template list"
method: GET
path: "/product-templates"
tags: ["Product Templates API"]
---

# Get product template list

`GET /product-templates`

Returns a list of templates.

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

OK

- object
  - `code` integer — Response status code `200`
  - `result` Templates — Information about the template
    - `items` TemplateById[]
      - `id` integer
      - `product_id` integer
      - `external_product_id` string
      - `title` string
      - `available_variant_ids` integer[]
      - `option_data` object[]
        - `id` string
        - `value` string[]
      - `colors` object[]
        - `color_name` string
        - `color_codes` unknown[]
          - unknown
      - `sizes` string[]
      - `mockup_file_url` string
      - `placements` object[]
        - `placement` string
        - `display_name` string
        - `technique_key` string
        - `technique_display_name` string
      - `created_at` integer
      - `updated_at` integer
      - `placement_option_data` object[]
        - `id` string
        - `options` object[]
          - `id` string
          - `value` boolean
  - `paging` Paging — Paging information
    - `total` integer, required — Total number of items available
    - `offset` integer, required — Current result set page offset
    - `limit` integer, required — Max number of items per page

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/printful/apis/api-documentation-printful.md) · [All operations](https://skmtc.net/printful/apis/api-documentation-printful/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printful/api-documentation-printful/revisions/18e2f2e178dd/schema)
