latestOpenAPI 3.0.02026-08-105585620.8 KB
18e2f2e178dd
Product Templates API
Get product template list
Returns a list of templates.
get/product-templates
Query parameters
offsetinteger
Result set offset
limitinteger
Number of items per page (max 100)
Response
OK
Example response
{
"code": 200,
"result": {
"items": [
{
"placements": [
{
"technique_key": "SUBLIMATION",
"technique_display_name": "Sublimation"
}
],
"placement_option_data": [
{
"id": "embroidery_chest_left",
"options": [
{
"id": "full_color",
"value": true
}
]
}
]
}
]
},
"paging": {
"total": 100,
"offset": 10,
"limit": 100
}
}