A view (side) of a product such as front, back, or sleeve, including its print areas and dimensions.
| Name | Type | Description | |
|---|---|---|---|
id
|
number
|
Identifier of the product view (print area side).
Corresponds to ProductAssignedView.productView.id in the product configuration.
|
|
position
|
ViewPosition | Physical side of the product this view represents.
Possible values: FRONT, BACK, LEFT, RIGHT,
TOP, BOTTOM, LEFT_HOOD, RIGHT_HOOD, NECKTAG.
|
{
"creatorse_productView" : {
"id" : 12345,
"position" : "FRONT"
}
}
A view (side) of a product such as front, back, or sleeve, including its print areas and dimensions.
| Name | Type | Description | |
|---|---|---|---|
id
|
int
|
Identifier of the product view (print area side).
Corresponds to ProductAssignedView.productView.id in the product configuration.
|
|
position
|
ViewPosition | Physical side of the product this view represents.
Possible values: FRONT, BACK, LEFT, RIGHT,
TOP, BOTTOM, LEFT_HOOD, RIGHT_HOOD, NECKTAG.
|
<creatorse_productView>
<id>...</id>
<position>FRONT</position>
</creatorse_productView>