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

# Get product template

`GET /product-templates/{id}`

Get information about a single product template

## Path parameters

- `id` union, required
  - integer
  - string

## Response `200`

OK

- object
  - `code` integer — Response status code `200`
  - `result` TemplateById — Information about the template
    - `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

## 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)
