Templates
List Plunet order templates available for a customer
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.
get/V1/customers/{customer_id}/templates
Response
templates list (scoped to customer)
Example response
{
"data": [
{
"id": 42,
"name": "Adobe — Standard Translation",
"description": "Default template for Adobe orders"
}
]
}