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.
A returned location isn't guaranteed to offer local pickup.
Check before presenting a location as a pickup option.
A returned location isn't guaranteed to offer local pickup.
Check before presenting a location as a pickup option.
Note: A returned location isn't guaranteed to offer <a href="https://help.shopify.com/manual/shipping/setting-up-and-managing-your-shipping/local-methods/local-pickup">local pickup</a>. Check <code><span class="PreventFireFoxApplyingGapToWBR">pick<wbr/>_up<wbr/>_enabled</span></code> before presenting a location as a pickup option.
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",
"sells_in_person": false
}