---
title: "Retrieve a Store's Locations by ID"
method: GET
path: "/locations/{id}.json"
tags: ["Pickup Locations"]
---

# Retrieve a Store's Locations by ID

`GET /locations/{id}.json`

## Path parameters

- `id` integer, required

## Response `200`

OK

- PickupLocation[]
  - `location` PickupLocationFields
    - `id` integer — Unique identifier of the Pickup Location
    - `name` string — Name of the Pickup Location
    - `email` string — Email of the Pickup Location
    - `active` boolean — If Pickup Location is active
    - `main` boolean — If Pickup Location is the main one
    - `pickup_point` boolean — If Pickup Location is a pickup point
    - `is_stock_origin` boolean — If Pickup Location is a stock origin
    - `location_address` PickupLocationAddress
      - `id` integer — Unique identifier of the Pickup Location Address
      - `name` string — Name of the Pickup Location Address
      - `surname` string — Surname of the Pickup Location Address
      - `address` string — Address of the Pickup Location
      - `street_number` string — Street Number of the Pickup Location Address
      - `complement` string — Complement of the Pickup Location Address
      - `city` string — City of the Pickup Location Address
      - `postal` string — Postal of the Pickup Location Address
      - `country` string — Country code of the Pickup Location Address
      - `region` string — Region code of the Pickup Location Address
      - `type` string — Type of the Pickup Location Address
      - `taxid` string — Tax ID of the Pickup Location Address
      - `taxid_type` string — Tax Id Type of the Pickup Location Address
      - `default` boolean — If address is default
      - `region_format` string — Region Format of the Pickup Location Address
      - `municipality` string — Municipality Type of the Pickup Location Address
      - `latitude` number, float — Latitude of the Pickup Location Address
      - `longitude` number, float — Longitude of the Pickup Location Address

## Other responses

- `404` — Location not found.

---

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