ProductView Data Type

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.

Available Since
1.3.0
Subtypes
ProductViewExpanded
Properties
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 (JSON)
{
  "productView" : {
    "id" : 12345,
    "name" : "Front view",
    "position" : "Front"
  }
}
ProductView Data Type

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.

Available Since
1.3.0
Subtypes
ProductViewExpanded
Properties
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 (XML)
<productView>
  <id>...</id>
  <name>Front view</name>
  <position>Front</position>
</productView>