Product Templates API
Get product template
Get information about a single product template
get/product-templates/{id}
Path parameters
Template ID (integer) or External Product ID (if prefixed with @)
Response
OK
Example response
{
"code": 200,
"result": {
"placements": [
{
"technique_key": "SUBLIMATION",
"technique_display_name": "Sublimation"
}
],
"placement_option_data": [
{
"id": "embroidery_chest_left",
"options": [
{
"id": "full_color",
"value": true
}
]
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.