A printable side of a product (e.g. front, back, left sleeve). Each view has one or more print areas where design elements can be placed.
| Name | Type | Description | |
|---|---|---|---|
id
|
number
|
Unique numeric identifier for the ProductView. | |
name
|
string
|
The nonlocalized name of the view. | |
position
|
ViewPosition | The identification of the product side. |
{
"productView" : {
"id" : 12345,
"name" : "Front view",
"position" : "Front"
}
}
A printable side of a product (e.g. front, back, left sleeve). Each view has one or more print areas where design elements can be placed.
| Name | Type | Description | |
|---|---|---|---|
id
|
int
|
Unique numeric identifier for the ProductView. | |
name
|
string
|
The nonlocalized name of the view. | |
position
|
ViewPosition | The identification of the product side. |
<productView>
<id>...</id>
<name>Front view</name>
<position>Front</position>
</productView>