{
    "id": "unicorn-pillow",
    "title": "Unicorn Pillow",
    "description": "<div>\n<p>Soft unicorn pillow. A<span>round 53cm</span></p>\n</div>\n",
    "price": 1400,
    "available": true,
    "options": [
        "Height"
    ],
    "images": [
        "img-0.jpg",
        "img-1.jpg",
        "img-2.jpg",
        "img-3.jpg",
        "img-4.jpg"
    ],
    "image": "img-0.jpg",
    "variants": [
        {
            "id": 0,
            "title": "unicorn 53x28cm",
            "option1": "unicorn 53x28cm",
            "option2": null,
            "option3": null,
            "image": "img-2.jpg",
            "available": true,
            "name": "Unicorn Pillow - unicorn 53x28cm",
            "options": [
                "unicorn 53x28cm"
            ],
            "price": 1400,
            "weight": 0
        },
        {
            "id": 1,
            "title": "cat 53x25cm",
            "option1": "cat 53x25cm",
            "option2": null,
            "option3": null,
            "image": "img-3.jpg",
            "available": true,
            "name": "Unicorn Pillow - cat 53x25cm",
            "options": [
                "cat 53x25cm"
            ],
            "price": 1400,
            "weight": 0
        }
    ]
}