---
title: "GET /parceltemplates"
method: GET
path: "/parceltemplates"
tags: ["Parcel Template"]
---

# GET /parceltemplates

`GET /parceltemplates`

List Parcel Templates

## Headers

- `Authorization` string, required

## Response `200`

OK

- object
  - `additionalMessage` string
  - `code` string
  - `data` ParcelTemplate[]
    - `createdAt` string
    - `desi` number — Desi of parcel
    - `distanceUnit` 'cm' — Distance unit of parcel
    - `height` number — Height of parcel
    - `id` string, uuid4
    - `isActive` boolean
    - `languageCode` string
    - `length` number — Length of parcel
    - `massUnit` 'kg' | 'lb' — Weight unit of parcel
    - `name` string
    - `oldDesi` number
    - `oldWeight` number
    - `owner` string
    - `test` boolean
    - `updatedAt` string
    - `weight` number — Weight of parcel
    - `width` number — Width of parcel
  - `message` string
  - `result` boolean

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

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