{
    "id": "unicat-sweatshirt",
    "title": "Unicorn Cat Sweatshirt",
    "description": "",
    "price": 2800,
    "available": true,
    "options": [
        "Color",
        "Size"
    ],
    "images": [
        "img-0.jpg"
    ],
    "image": "img-0.jpg",
    "variants": [
        {
            "id": 0,
            "title": "Unicorn Cat / S",
            "option1": "Unicorn Cat",
            "option2": "S",
            "option3": null,
            "image": "img-0.jpg",
            "available": true,
            "name": "Unicorn Cat Sweatshirt - Unicorn Cat / S",
            "options": [
                "Unicorn Cat",
                "S"
            ],
            "price": 2800,
            "weight": 0
        },
        {
            "id": 1,
            "title": "Unicorn Cat / M",
            "option1": "Unicorn Cat",
            "option2": "M",
            "option3": null,
            "image": "img-0.jpg",
            "available": true,
            "name": "Unicorn Cat Sweatshirt - Unicorn Cat / M",
            "options": [
                "Unicorn Cat",
                "M"
            ],
            "price": 2800,
            "weight": 0
        },
        {
            "id": 2,
            "title": "Unicorn Cat / L",
            "option1": "Unicorn Cat",
            "option2": "L",
            "option3": null,
            "image": "img-0.jpg",
            "available": true,
            "name": "Unicorn Cat Sweatshirt - Unicorn Cat / L",
            "options": [
                "Unicorn Cat",
                "L"
            ],
            "price": 2800,
            "weight": 0
        },
        {
            "id": 3,
            "title": "Unicorn Cat / XL",
            "option1": "Unicorn Cat",
            "option2": "XL",
            "option3": null,
            "image": "img-0.jpg",
            "available": true,
            "name": "Unicorn Cat Sweatshirt - Unicorn Cat / XL",
            "options": [
                "Unicorn Cat",
                "XL"
            ],
            "price": 2800,
            "weight": 0
        }
    ]
}