Reprint manifest

This operation reprints a manifest for which the initial created manifest request was successful. For USPS, up to 10 reprints of a manifest label are allowed.

SecuritybearerAuth
Request
header Parameters
X-PB-Developer-Partner-ID
string

This is the Developer Partner ID. When the developer is the only partner, this field is not required.

compactResponse
boolean

This header defines if the response required is detailed or compact. When value is set to true, it will only return manifest details in response.

Example: false
Request Body schema: application/json
carrierAccountId
required
string

The unique identifier associated with the Carrier account which is used while Manifest process.

manifestID
required
string

A unique identifier associated to the created Manifest for a particular Carrier.

Responses
200

The Manifest has been printed successfully.

400

Invalid request.

401

The request could not be authorized.

404

The requested resource was not found.

500

The request could not be completed due to an internal error.

post/api/v1/manifests/reprint
Request samples
application/json
{
  • "carrierAccountId": "JORx6bVG8mr",
  • "manifestID": "1234567890"
}
Response samples
application/json
{
  • "carrierAccountId": "JORx6bVG8mr",
  • "carrierName": "USPS",
  • "manifestDocuments": [],
  • "manifestID": "9475709898644001806609",
  • "manifestTrackingNumber": "9475709898644001806609",
  • "fromAddress": {
    },
  • "parcelTrackingNumbers": [ ],
  • "submissionDate": "2023-05-29"
}