latestOpenAPI 3.0.02026-08-105585620.8 KB

18e2f2e178dd

Product Templates API

Get product template

Get information about a single product template

get/product-templates/{id}

Path parameters

integer required
OR
string required

Template ID (integer) or External Product ID (if prefixed with @)

Response

OK

codeinteger

Response status code 200

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
          }
        ]
      }
    ]
  }
}