{
  "name": "Group-Order Apparel Size Distributions",
  "source": "https://yourmerchfactory.com/resources/group-order-size-distribution-data",
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "attribution": "Your Merch Factory (https://yourmerchfactory.com/resources/group-order-size-distribution-data)",
  "unit": "percentage share of an order by apparel size",
  "note": "Common starting distributions for a bulk apparel order. Planning guidance, not garment measurements.",
  "curves": [
    {
      "groupType": "Adult unisex tees & hoodies",
      "distribution": [
        {
          "size": "S",
          "percent": 15
        },
        {
          "size": "M",
          "percent": 25
        },
        {
          "size": "L",
          "percent": 28
        },
        {
          "size": "XL",
          "percent": 20
        },
        {
          "size": "2XL",
          "percent": 12
        }
      ]
    },
    {
      "groupType": "Youth tees",
      "distribution": [
        {
          "size": "YS",
          "percent": 20
        },
        {
          "size": "YM",
          "percent": 30
        },
        {
          "size": "YL",
          "percent": 30
        },
        {
          "size": "YXL",
          "percent": 20
        }
      ]
    },
    {
      "groupType": "Event / giveaway tees",
      "distribution": [
        {
          "size": "S",
          "percent": 15
        },
        {
          "size": "M",
          "percent": 30
        },
        {
          "size": "L",
          "percent": 30
        },
        {
          "size": "XL",
          "percent": 18
        },
        {
          "size": "2XL",
          "percent": 7
        }
      ]
    }
  ]
}
