> ## Documentation Index
> Fetch the complete documentation index at: https://docs.withbind.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve Location ID

> Steps to retrieve a Shopify Location ID to populate for Bind Location creation.

## Steps

**Access Shopify Admin Panel**: Log in to the Shopify account using your credentials.

**Navigate to the Locations Page**: Once logged in, go to the "Settings" option on the left sidebar. Under "Settings," click on "Locations".

**Find the Location**: The Locations page contains a list of all the locations associated with your Shopify store. Locate the specific location you want to find the associated ID. Click on the name of that location to open its details.

**Inspect the URL**: Once the location details open, take a look at the URL in the browser's address bar. The URL should look something like this:

```
https://your-shop-name.myshopify.com/admin/settings/locations/1234567890
```

In this URL:

* `your-shop-name` is your actual Shopify store name.
* `1234567890` is the location ID you're looking for.

**Copy the Location ID**: Simply copy the numerical part at the end of the URL, which is the location ID. In the example above, the location ID is `1234567890`.

To format the ID for entry into Bind, use the following format:

```
gid://shopify/Location/1234567890
```

This URL can now be added during [**Location Creation**](/platform/store-settings/store-locations#create-location) within Bind.
