A print technology available for a product area, such as DTG, screen print, or embroidery.
| 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" : {
"id" : 12345,
"name" : "DTG"
}
}
A print technology available for a product area, such as DTG, screen print, or embroidery.
| 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>
<id>...</id>
<name>DTG</name>
</creatorse_printTechnology>