Skip to main content

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 store_availability for that variant and location.


Note

The store_availability 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. Returns false if not.

The location that the variant is stocked at.

Anchor to
pick_up_enabled

Returns true if the location has pickup enabled. Returns false if not.

Anchor to
pick_up_time

The amount of time that it takes for pickup orders to be ready at the location.

Tip

This 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"
}
Was this section helpful?