# StoreAvailability - storefront - OBJECT Version: 2024-10 ## Description The availability of a product variant at a particular location. Local pick-up must be enabled in the store's shipping settings, otherwise this will return an empty result. ### Access Scopes `unauthenticated_read_product_pickup_locations` access scope. ## Fields * [available](/docs/api/storefront/2024-10/scalars/Boolean): Boolean! - Whether the product variant is in-stock at this location. * [location](/docs/api/storefront/2024-10/objects/Location): Location! - The location where this product variant is stocked at. * [pickUpTime](/docs/api/storefront/2024-10/scalars/String): String! - Returns the estimated amount of time it takes for pickup to be ready (Example: Usually ready in 24 hours). * [quantityAvailable](/docs/api/storefront/2024-10/scalars/Int): Int! - The quantity of the product variant in-stock at this location. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples