---
title: "Get Parcel Shops"
method: GET
path: "/parcelshops"
tags: ["LookupApi"]
---

# Get Parcel Shops

`GET /parcelshops`

Returns available parcel shops for parcel shop delivery and pickups.

## Query parameters

- `filter` string
- `shortName` string
- `isActive` boolean

## Response `200`

OK

- ClientApiParcelShopsResultDto
  - `status` 'OK' | 'Error' | 'ValidationFailed' — 0 = OK, 1 = Error, 2 = ValidationFailed
  - `validations` ClientAPIValidation[], nullable
    - `code` integer
    - `message` string, nullable
    - `params` object, nullable
  - `data` CNParcelShop[], nullable
    - `countryID` integer, nullable
    - `centerID` integer, nullable
    - `shortName` string, nullable
    - `remark` string, nullable
    - `delivery` boolean, nullable
    - `dropoff` boolean, nullable
    - `geoLat` number, double, nullable
    - `geoLong` number, double, nullable
    - `address` CNAddress
      - `addressID` string, nullable
      - `name` string, nullable
      - `countryPrefix` string, nullable
      - `zipCode` string, nullable
      - `place` string, nullable
      - `street` string, nullable
      - `houseNumber` integer, nullable
      - `houseNumberAddition` string, nullable
      - `addressText` string, nullable
      - `phone` string, nullable
      - `fax` string, nullable
      - `textPhone` string, nullable
      - `email` string, nullable
      - `language` string, nullable
      - `type` integer
      - `lat` number, double, nullable
      - `long` number, double, nullable
    - `psPlace` string, nullable
    - `psZipcode` string, nullable
    - `partner` string, nullable
    - `workingHours` CNWorkingHours[], nullable
      - `type` integer, nullable
      - `typeName` string, nullable
      - `from` string, nullable
      - `until` string, nullable
    - `isActive` boolean
    - `isGWO` boolean
    - `isPointPack` boolean
    - `oohType` 'ParcelShop' | 'Locker' | 'SafeBox' — 0 = ParcelShop, 1 = Locker, 2 = SafeBox
    - `isCodAllowed` boolean, nullable
    - `isExworkAllowed` boolean, nullable
  - `error` ClientAPIError
    - `code` integer
    - `message` string, nullable
    - `stackTrace` string, nullable
    - `innerException` ClientAPIError — recursive
    - `validations` ClientAPIValidation[], nullable
      - `code` integer
      - `message` string, nullable
      - `params` object, nullable
    - `messageParams` string[], nullable
    - `payload` JToken[]
  - `traceID` string, nullable

---

[API](https://skmtc.dev/expressone/apis/client-api.md) · [All operations](https://skmtc.dev/expressone/apis/client-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expressone/client-api/revisions/2acf7e4a5080/schema)
