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.
Note
The object is defined only if one or more locations has local pickup
enabled.
Properties
Returns
true
if the variant has available inventory at the location. Returnsfalse
if not.Returns
true
if the location has pickup enabled. Returnsfalse
if 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.
{
"available": true,
"location": {},
"pick_up_enabled": true,
"pick_up_time": "Usually ready in 24 hours"
}
{
"available": true,
"location": {},
"pick_up_enabled": true,
"pick_up_time": "Usually ready in 24 hours"
}
Was this section helpful?