v1

latestOpenAPI 3.0.02026-07-266521,3121.2 MB
ShippingService

GetConsignmentsByManifest

Get paged list of consignments for a specific vendor, account id and manifest id. Use /ShippingService/GetFiledManifestsByVendor for input arguments. <b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>10</b></span> / minute

get/api/ShippingService/GetConsignmentsByManifest

Query parameters

vendorstring

Vendor name

accountIdstring

Account id

pkManifestIdinteger

Manifest id

externalManifestIdstring uuid

External manifest id. If is null, all consignments for this account will be returned

manifestDatestring date-time

The date at which the manifest was filed. Leave empty.

Response

OK

PageNumberinteger

Result page number

EntriesPerPageinteger

Result page size, quantity of records per page

TotalEntriesinteger

Total records

TotalPagesinteger

Total pages

Example response

{
  "Data": [
    {
      "Properties": [
        {
          "ServiceId": "00000000-0000-0000-0000-000000000000"
        }
      ]
    }
  ]
}