Shopify Liquid store_availability is empty

I have tried that and still get no info returning. The info for adding the store info to the page is here but when I use variant.store_availablity.location or available no data is returned.

https://rock-shop-test-account.myshopify.com/collections/men/products/campus-crew-vintage-blue-t-shirt?variant=31255111532641

TESTING


product.variant.available: {{ product.variant.available }}
{% for variant in product.variants %} variant.available: {{ variant.available }}
variant.inventory_quantity: {{ variant.inventory_quantity }}
variant.store_availabilities: {{variant.store_availability.available }}
{{variant.store_availability.location }}
{{variant.store_availability.available }}
{% endfor %}