store_ availability
A variant's inventory information for a physical store location.
If a location doesn't stock a variant, then there won't be a for that variant and location.
The object is defined only if one or more locations has local pickup
enabled.
The object is defined only if one or more locations has local pickup
enabled.
Note: The <code><span class="PreventFireFoxApplyingGapToWBR">store<wbr/>_availability</span></code> object is defined only if one or more locations has <a href="https://help.shopify.com/manual/shipping/setting-up-and-managing-your-shipping/local-methods/local-pickup">local pickup</a> enabled.
Properties
Returns
trueif the variant has available inventory at the location. Returnsfalseif not.Returns
trueif the location has pickup enabled. Returnsfalseif not.The amount of time that it takes for pickup orders to be ready at the location.
TipThis value can be configured in the Shopify admin. To learn more, visit the Shopify Help Center.
Tip:This value can be configured in the Shopify admin. To learn more, visit the Shopify Help Center.
Tip: This value can be configured in the Shopify admin. To learn more, visit the <a href="https://help.shopify.com/en/manual/sell-in-person/shopify-pos/order-management/local-pickup-for-online-orders#manage-preferences-for-a-local-pickup-location">Shopify Help Center</a>.
Example
{
"available": true,
"location": {},
"pick_up_enabled": true,
"pick_up_time": "Usually ready in 24 hours"
}