---
title: "List Plunet order templates available for a customer"
method: GET
path: "/V1/customers/{customer_id}/templates"
tags: ["Templates"]
---

# List Plunet order templates available for a customer

`GET /V1/customers/{customer_id}/templates`

Returns Plunet `getTemplateList` results filtered by the customer's Plunet id. Used by the Adobe order-creation scenario to offer a template before POST /V1/orders.

## Response `200`

templates list (scoped to customer)

- object
  - `data` PlunetTemplate[]
    - `id` integer
    - `name` string
    - `description` string, nullable

---

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