An association between a product and one of its available views (front, back, sleeve, etc.).
| 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" : {
"id" : 12345,
"view" : {
"id" : 12345,
"position" : "FRONT"
}
}
}
An association between a product and one of its available views (front, back, sleeve, etc.).
| 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>
<id>...</id>
<view>
<id>...</id>
<position>FRONT</position>
</view>
</creatorse_productAssignedView>