[
{
"productReference": "text",
"productVariantReference": "text",
"sku": "text",
"name": "text",
"imageUrl": "text",
"price": {
"currency": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"code": "text"
},
"withoutTax": 0,
"tax": 0,
"withTax": 0,
"formatted": {
"withoutTax": "text",
"tax": "text",
"withTax": "text"
}
},
"stock": 0,
"attributes": [
{
"name": {
"alias": "text",
"name": "text"
},
"value": {
"alias": "text",
"name": "text"
}
}
],
"taxClass": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"alias": "text"
},
"isGiftCard": false
}
]