curl --location 'https://api.qa.ordermesh.io/catalog/v1/merchantCatalog/effective/variants/list?page=undefined&pageSize=undefined'{
"variants": [
{
"sku": "string",
"merchantSku": "string",
"merchantPrice": {
"amount": 0,
"currency": "string",
"currencies": [
{
"amount": 0,
"currency": "string"
}
]
},
"skipImageManipulation": true,
"productId": "string",
"decorations": [
{
"area": "string",
"width": 0,
"height": 0,
"dpi": 0,
"method": 0,
"price": {
"amount": 0,
"currency": "string",
"currencies": [
{
"amount": 0,
"currency": "string"
}
]
},
"printImage": {
"sourcePrintFileUrl": "string",
"imageUploadStatus": 0,
"imageUploadStatusDesc": "string",
"ourPrintFileId": "string",
"ourPrintFileUrl": "string"
}
}
],
"attributes": [
{
"name": "string",
"value": "string"
}
]
}
],
"totalVariants": 0
}