{
    "id": "purrmaid-t-shirt",
    "title": "Purrmaid T-Shirt",
    "description": "",
    "price": 2200,
    "available": true,
    "options": [
        "Size"
    ],
    "images": [
        "img-0.jpg"
    ],
    "image": "img-0.jpg",
    "variants": [
        {
            "id": 0,
            "title": "S",
            "option1": "S",
            "option2": null,
            "option3": null,
            "available": true,
            "name": "Purrmaid T-Shirt - S",
            "options": [
                "S"
            ],
            "price": 2200,
            "weight": 200
        },
        {
            "id": 1,
            "title": "M",
            "option1": "M",
            "option2": null,
            "option3": null,
            "available": true,
            "name": "Purrmaid T-Shirt - M",
            "options": [
                "M"
            ],
            "price": 2200,
            "weight": 200
        },
        {
            "id": 2,
            "title": "L",
            "option1": "L",
            "option2": null,
            "option3": null,
            "available": true,
            "name": "Purrmaid T-Shirt - L",
            "options": [
                "L"
            ],
            "price": 2200,
            "weight": 200
        },
        {
            "id": 3,
            "title": "XL",
            "option1": "XL",
            "option2": null,
            "option3": null,
            "available": true,
            "name": "Purrmaid T-Shirt - XL",
            "options": [
                "XL"
            ],
            "price": 2200,
            "weight": 200
        },
        {
            "id": 4,
            "title": "XXL",
            "option1": "XXL",
            "option2": null,
            "option3": null,
            "available": true,
            "name": "Purrmaid T-Shirt - XXL",
            "options": [
                "XXL"
            ],
            "price": 2200,
            "weight": 200
        },
        {
            "id": 5,
            "title": "XXXL",
            "option1": "XXXL",
            "option2": null,
            "option3": null,
            "available": true,
            "name": "Purrmaid T-Shirt - XXXL",
            "options": [
                "XXXL"
            ],
            "price": 2200,
            "weight": 200
        },
        {
            "id": 6,
            "title": "4XL",
            "option1": "4XL",
            "option2": null,
            "option3": null,
            "available": true,
            "name": "Purrmaid T-Shirt - 4XL",
            "options": [
                "4XL"
            ],
            "price": 2200,
            "weight": 200
        },
        {
            "id": 7,
            "title": "5XL",
            "option1": "5XL",
            "option2": null,
            "option3": null,
            "available": true,
            "name": "Purrmaid T-Shirt - 5XL",
            "options": [
                "5XL"
            ],
            "price": 2200,
            "weight": 200
        }
    ]
}