---
title: "Download manifest report from carrier"
method: POST
path: "/api/v2/manifest/download"
tags: ["ManifestControllerV2"]
---

# Download manifest report from carrier

`POST /api/v2/manifest/download`

## Headers

- `X-DELEGATED-PARTNER-ID` string

## Request body

- ByCarrierManifestDownloadRequestV2
  - `carrierAccountId` string — Shipium id of the carrier account that corresponds to the manifest trying to download.
  - `manifestJobId` string, required — The carrier supplied id for tracking/downloading the manifest
  - `shipiumManifestId` string, required — The Shipium-generated id for tracking the manifest.
  - `carrierId` string, required — Carrier id of the carrier that corresponds to the manifest trying to download
  - `countryCode` string — Country code of the FC that is trying to download the manifest. Required if fulfillmentContextId is not provided.
  - `fulfillmentContextId` string — Fulfillment context ID for the manifest download. If provided, countryCode and postalCode are not required.
  - `injectionSiteId` string — Injection site ID for the manifest download.
  - `postalCode` string — Postal code of the FC that is trying to download the manifest. Required if fulfillmentContextId is not provided.
  - `tenantId` string — Tenant id trying to download the manifest
  - `testMode` boolean — Boolean to see if we will use carrier's sandbox environment. Defaults to false

## Response `200`

Successfully downloaded manifest report

---

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