CreatorSE.ProductAssignedView Data Type

An association between a product and one of its available views (front, back, sleeve, etc.).

Properties
Name Type Description
id number Identifier of the product-view assignment. Corresponds to ProductAssignedView.id in the product configuration. Identifies which side of the product (front, back, sleeve, etc.) this design composition targets.
view CreatorSE.ProductView The product view (print area side) this composition is placed on.
CreatorSE.ProductAssignedView (JSON)
{
  "creatorse_productAssignedView" : {
    "id" : 12345,
    "view" : {
      "id" : 12345,
      "position" : "FRONT"
    }
  }
}
CreatorSE.ProductAssignedView Data Type

An association between a product and one of its available views (front, back, sleeve, etc.).

Properties
Name Type Description
id int Identifier of the product-view assignment. Corresponds to ProductAssignedView.id in the product configuration. Identifies which side of the product (front, back, sleeve, etc.) this design composition targets.
view CreatorSE.ProductView The product view (print area side) this composition is placed on.
CreatorSE.ProductAssignedView (XML)
<creatorse_productAssignedView>
  <id>...</id>
  <view>
    <id>...</id>
    <position>FRONT</position>
  </view>
</creatorse_productAssignedView>