---
title: "Get locations by the Store Codes."
method: GET
path: "/api/v4/locations-by-store-codes"
tags: ["Locations"]
---

# Get locations by the Store Codes.

`GET /api/v4/locations-by-store-codes`

Returns full location details for one or more locations identified by their store codes.

## Query parameters

- `storeCodes` string, required — JSON-encoded filter object

## Response `200`

Successful response

- LocationSummaryType[]
  - `id` string, required
  - `databaseId` integer
  - `storeId` string
  - `name` string, required
  - `street` string
  - `city` string
  - `stateIso` string
  - `countryIso` string
  - `postalCode` string
  - `latitude` number, float
  - `longitude` number, float
  - `phone` string
  - `website` string
  - `status` 'ACTIVE' | 'ARCHIVED' | 'PENDING' | 'TEMPORARILY_CLOSED' | 'SCHEDULED_FOR_ARCHIVE' — Lifecycle states of a location.
  - `primaryGbpSiteCategoryId` string
  - `additionalGbpSiteCategoryIds` string[]
  - `serviceArea` ServiceAreaType[]
    - `businessType` string
    - `regionCode` string
    - `placeInfos` PlaceInfoType[]
      - `placeId` string, required
      - `placeName` string
  - `tags` TagType[]
    - `id` string, required
    - `name` string, required
  - `folders` FolderType[]
    - `id` string, required
    - `databaseId` integer
    - `name` string, required
    - `parentId` string
    - `root` boolean
    - `path` string
    - `depth` integer
    - `locationCount` integer
  - `placeActionLinks` PlaceActionLinkType[]
    - `placeActionType` string, required
    - `uri` string, required
    - `isPreferred` boolean
    - `name` string
    - `providerType` string
    - `isEditable` boolean
    - `submissionStatus` string
    - `submissionMessage` string
    - `submissionCode` string
    - `lastSubmittedAt` string
  - `discoveredPlaceActionLinks` PlaceActionLinkType[]
    - `placeActionType` string, required
    - `uri` string, required
    - `isPreferred` boolean
    - `name` string
    - `providerType` string
    - `isEditable` boolean
    - `submissionStatus` string
    - `submissionMessage` string
    - `submissionCode` string
    - `lastSubmittedAt` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Server error

---

[API](https://skmtc.net/listingsapi/apis/listings-api.md) · [All operations](https://skmtc.net/listingsapi/apis/listings-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/listingsapi/listings-api/revisions/9274a1eac380/schema)
