---
title: "Get Manifests"
method: GET
path: "/v4/manifests/{carrierCode}"
tags: ["Manifests"]
---

# Get Manifests

`GET /v4/manifests/{carrierCode}`

Provides list of manifests created in a given time period for a specific carrier.

## Path parameters

- `carrierCode` string, required

## Query parameters

- `shippingLocationId` string
- `containerId` string
- `shippingAccountId` string
- `dateFrom` string, date
- `dateTo` string, date
- `pageSize` integer
- `pageNumber` integer

## Response `200`

Returns details of the manifests produced or an empty list if none were found.

- ManifestsPagedResponse — Manifests Paged Response
  - `Manifests` Manifest[], required — Manifests <br />The manifests for the requested page only.
    - `ManifestNumber` string, required — Manifest Number
    - `CarrierCode` string, required — Carrier Code <br />The carrier that this manifest is for.
    - `Service` string, required — Service <br />The service included in this Manifest. If more than one, Mixed will be returned.
    - `TotalWeight` number, double, required — Total Weight <br />Sum of the weight of all shipments included on the Manifest.
    - `WeightUnitOfMeasure` 'KG' | 'Grams', required — The unit of measure used for all weight values in the shipment, expressed in grams and kilograms, for example, **DeclaredWeight**, **ItemWeight**. This is crucial for accurately describing shipment weight. <br /> <br />***Note:** By default, this field is set to KG.*
    - `TotalShipments` integer, required — Total Shipments <br />The total number of shipments included on this Manifest.
    - `TotalItems` integer, required — Total Items <br />The total number of items (packages) included on this Manifest.
    - `ManifestDate` string, date, required — Manifest Date <br />The date on the manifest.
    - `CreatedDateUtc` string, date-time, required — Created Date UTC <br />The date the manifest was originally created.
    - `ShippingLocation` ManifestShippingLocation, required — Shipping Location <br />The location that this manifest is for.
      - `ShippingLocationId` string, uuid, required — Shipping Location Id <br />The system identifier for this shipping location.
      - `LocationAlias` string, required — Shipping Location Alias <br />Your identifier for this shipping location.
      - `LocationCountry` string, required — Shipping Location Country Code <br />ISO Alpha-2 Country Code
      - `LocationPostcode` string, nullable — Shipping Location Postcode
    - `ShippingAccount` ManifestShippingAccount, required — Shipping Account <br />The account that this manifest is for.
      - `ShippingAccountId` string, uuid, required — Shipping Account Id <br />The system identifier for this shipping account.
      - `AccountName` string, required — Shipping Account Name
      - `AccountAlias` string, required — Shipping Account Alias <br />Your identifier for this shipping account.
      - `AccountNumber` string, nullable — Shipping Account Number <br />The carrier's account number for this account.
  - `TotalCount` integer, required — Total Count <br />The total number of manifests available

## Other responses

- `400` — Invalid request response.
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The carrier code was not found.
- `500` — Internal Server Error

---

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