T-Shirt

A basic T-Shirt

{
  "id": 1,
  "name": "T-Shirt",
  "description": "A basic T-Shirt",
  "variants": [
    {
      "id": 1,
      "image": "",
      "inventoryCount": 500,
      "productId": 1,
      "attributes": [
        {
          "id": 1,
          "key": "size",
          "value": "M"
        },
        {
          "id": 3,
          "key": "fit",
          "value": "unisex"
        },
        {
          "id": 4,
          "key": "color",
          "value": "black"
        }
      ],
      "prices": [
        {
          "id": 1,
          "currency": "USD",
          "amount": 1299
        },
        {
          "id": 2,
          "currency": "EUR",
          "amount": 1150
        },
        {
          "id": 6,
          "currency": "JPY",
          "amount": 1400
        }
      ]
    },
    {
      "id": 2,
      "image": "",
      "inventoryCount": 200,
      "productId": 1,
      "attributes": [
        {
          "id": 2,
          "key": "size",
          "value": "L"
        },
        {
          "id": 3,
          "key": "fit",
          "value": "unisex"
        },
        {
          "id": 4,
          "key": "color",
          "value": "black"
        }
      ],
      "prices": [
        {
          "id": 1,
          "currency": "USD",
          "amount": 1299
        },
        {
          "id": 2,
          "currency": "EUR",
          "amount": 1150
        },
        {
          "id": 6,
          "currency": "JPY",
          "amount": 1400
        }
      ]
    }
  ]
}