Appearance
Advanced Mockup-Tasks
There are products in Merchrocket that are a little more complex and require further information from the creator during the ordering process or when creating the mockups.
We call this information product options. The number of these options varies from product to product. Most products do not need any options at all. Some products only have a few options, and others can have six or seven options.
On this page you will find a list of mockup task payloads for products that require product options.
You can find out which products have product options and how to get the required option values here.
Getting all mockups of all product variants with one product-option
To take a look at the product with its product options, you can jump to the product catalog here.
json
{
"format": "jpeg",
"requestedProducts": [
{
"catalogProductId": "9155a34e-08b1-4455-8acd-af666e955402",
"catalogVariantIds": [],
"placements": [
{
"type": "main",
"layers": [
{
"url": "https://app.merchrocket.shop/placeholder?w=506&h=349&dpi=200&imgAlign=right,bottom&imgPadding=17.2&imgWidth=34&theme=dark&locale=de_DE",
"type": "file",
"layerOptions": []
}
],
"technique": "direct_print",
"placementOptions": []
}
],
"options": [ {"id": "color_scheme", "value": "light_blue"} ]
}
]
}
Getting all mockups of all product variants with six product-options
To take a look at the product with its product options, you can jump to the product catalog here.
json
{
"format": "jpeg",
"requestedProducts": [
{
"catalogProductId": "29872d4a-3a3e-4454-a855-91019d28d261",
"catalogVariantIds": [],
"placements": [
{
"type": "main",
"layers": [
{
"url": "https://app.merchrocket.shop/placeholder?w=244&h=124&dpi=300&imgAlign=right,middle&imgPadding=12.2&imgWidth=34&theme=default&locale=de_DE",
"type": "file",
"layerOptions": []
}
],
"technique": "direct_print",
"placementOptions": []
}
],
"options": [
{"id": "pointer_color", "value": "white" },
{"id": "dial_color" , "value": "light_blue" },
{"id": "dial_shadow" , "value": "false" },
{"id": "dial_numbers" , "value": "12_small_numbers"},
{"id": "dial_type" , "value": "60_thin_lines" },
{"id": "dial_font" , "value": "oldenburg" }
]
}
]
}