Requires the read_locations access scope.

Represents the location where the physical good resides.


Whether this location can be reactivated.

The address of this location.

Whether the location address has been verified.

The date and time (ISO 8601 format) that the location was added to a shop.

Whether this location can be deactivated.

The date and time (ISO 8601 format) that the location was deactivated at. For example, 3:30 pm on September 7, 2019 in the time zone of UTC (Universal Time Coordinated) is represented as "2019-09-07T15:50:00Z".

Whether this location can be deleted.

Name of the service provider that fulfills from this location.

Whether this location can fulfill online orders.

Whether this location has active inventory.

Whether this location has orders that need to be fulfilled.

A globally-unique ID.

The quantities of an inventory item at this location.

A list of the quantities of the inventory items that can be stocked at this location.

Whether the location is active.

Whether this location is a fulfillment service.

The ID of the corresponding resource in the REST Admin API.

Local pickup settings for the location.

A custom field, including its namespace and key, that's associated with a Shopify resource for the purposes of adding and storing additional information.

A list of custom fields that a merchant associates with a Shopify resource.

The name of the location.

Whether this location is used for calculating shipping rates. In multi-origin shipping mode, this flag is ignored.

List of suggested addresses for this location (empty if none).

The date and time (ISO 8601 format) when the location was last updated.


Was this section helpful?
Map

Fields and connections from

Possible types in

Location


Returns an inventory Location resource by ID.

Returns a list of active inventory locations.

Returns a list of all origin locations available for a delivery profile.


Was this section helpful?
<?>
Location Queries


Activates a location.

Anchor to locationAdd
mutation
Access requirements

Adds a new location.

Deactivates a location and moves inventory, pending orders, and moving transfers to a destination location.

Anchor to locationEdit
mutation
Access requirements

Edits an existing location.

As of the 2023-10 API version, apps can change the name and address of their fulfillment service locations.


Was this section helpful?
<~>
Location Mutations