CreatorSE.ProductView Data Type

A view (side) of a product such as front, back, or sleeve, including its print areas and dimensions.

Properties
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 (JSON)
{
  "creatorse_productView" : {
    "id" : 12345,
    "position" : "FRONT"
  }
}
CreatorSE.ProductView Data Type

A view (side) of a product such as front, back, or sleeve, including its print areas and dimensions.

Properties
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 (XML)
<creatorse_productView>
  <id>...</id>
  <position>FRONT</position>
</creatorse_productView>