CreatorSE.PrintTechnology Data Type

A print technology available for a product area, such as DTG, screen print, or embroidery.

Properties
Name Type Description
id number Unique identifier of the print technology (e.g. DTG, screen print, embroidery). Corresponds to the PrintTechnology.id in the product configuration.
name string Human-readable name of the print technology.
CreatorSE.PrintTechnology (JSON)
{
  "creatorse_printTechnology" : {
    "id" : 12345,
    "name" : "DTG"
  }
}
CreatorSE.PrintTechnology Data Type

A print technology available for a product area, such as DTG, screen print, or embroidery.

Properties
Name Type Description
id int Unique identifier of the print technology (e.g. DTG, screen print, embroidery). Corresponds to the PrintTechnology.id in the product configuration.
name string Human-readable name of the print technology.
CreatorSE.PrintTechnology (XML)
<creatorse_printTechnology>
  <id>...</id>
  <name>DTG</name>
</creatorse_printTechnology>