--- title: StoreAvailability - Storefront API 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. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/objects/storeavailability md: https://shopify.dev/docs/api/storefront/latest/objects/storeavailability.md --- # Store​Availability object Requires `unauthenticated_read_product_pickup_locations` access scope. 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. ## Fields * available [Boolean!](https://shopify.dev/docs/api/storefront/latest/scalars/Boolean) non-null Whether the product variant is in-stock at this location. * location [Location!](https://shopify.dev/docs/api/storefront/latest/objects/Location) non-null The location where this product variant is stocked at. * pick​Up​Time [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null Returns the estimated amount of time it takes for pickup to be ready (Example: Usually ready in 24 hours). * quantity​Available [Int!](https://shopify.dev/docs/api/storefront/latest/scalars/Int) non-null The quantity of the product variant in-stock at this location. *** ## Map ### Fields and connections with this object * {}[ProductVariant.storeAvailability](https://shopify.dev/docs/api/storefront/latest/objects/ProductVariant#field-ProductVariant.fields.storeAvailability) * <->[StoreAvailabilityConnection.nodes](https://shopify.dev/docs/api/storefront/latest/connections/StoreAvailabilityConnection#returns-nodes) * {}[StoreAvailabilityEdge.node](https://shopify.dev/docs/api/storefront/latest/objects/StoreAvailabilityEdge#field-StoreAvailabilityEdge.fields.node)