v1
latestOpenAPI 3.0.12026-07-242073551.1 MBGet Manifests
Provides list of manifests created in a given time period for a specific carrier.
Path parameters
Carrier Code
Query parameters
Shipping Location Id <br />SAPIENT Shipping Location Id (assigned by SAPIENT) or Alias (assigned by you). <br />Filter by shipping location
Container Id <br />SAPIENT Container Id (assigned by SAPIENT) or Alias (assigned by you) for the container. <br />Filter by container id
Shipping Account Id <br />SAPIENT Shipping Account Id (assigned by SAPIENT) or Alias (assigned by you). <br />Filter by shipping account
Date From <br />Defaults to Today's date if not provided. <br />Format: YYYY-MM-DD
Date To <br />Defaults to Today's date if not provided. <br />Format: YYYY-MM-DD
The maximum number of records per page.
The number of the requested page, starting at 1.
Response
Returns details of the manifests produced or an empty list if none were found.
Example response
{
"Manifests": [
{
"ManifestNumber": "ISH2802532",
"CarrierCode": "RM",
"Service": "Mixed",
"TotalWeight": 545.612,
"TotalShipments": 562,
"TotalItems": 562,
"ManifestDate": "2024-07-16",
"CreatedDateUtc": "2024-07-16T09:20:54.397Z",
"ShippingLocation": {
"LocationAlias": "Main Warehouse",
"LocationCountry": "GB",
"LocationPostcode": "TW20 0HJ"
},
"ShippingAccount": {
"AccountName": "AB VideoGames",
"AccountAlias": "Account 1",
"AccountNumber": "0123456789"
}
}
],
"TotalCount": 32
}