sku object.curl --location 'https://api.qa.ordermesh.io/catalog/v1/variants/search' \
--header 'Content-Type: application/json' \
--data '{
"skus": [
"Mug11oz-White-RedAccent"
],
"variantIds": [
"160033"
]
}'[
{
"id": "string",
"productId": "string",
"productType": "string",
"categories": [
"string"
],
"sku": "string",
"attributes": [
{
"id": "string",
"name": "string",
"value": "string",
"valueId": "string"
}
],
"options": [
{
"id": "string",
"name": "string",
"value": "string",
"valueId": "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"
}
}
],
"price": {
"amount": 0,
"currency": "string",
"currencies": [
{
"amount": 0,
"currency": "string"
}
]
},
"status": "string",
"images": [
"string"
],
"gtin": "string",
"upc": "string",
"partNumber": "string"
}
]