StoreAvailability - storefront - OBJECT
Version: 2024-04
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 :
Boolean! -
Whether the product variant is in-stock at this location.
location :
Location! -
The location where this product variant is stocked at.
pickUpTime :
String! -
Returns the estimated amount of time it takes for pickup to be ready (Example: Usually ready in 24 hours).
quantityAvailable :
Int! -
The quantity of the product variant in-stock at this location.
Connections
Related queries
Related mutations
Related Unions
Examples