Get a consignment

Retrieve a consignment with a specific consignment code.

If the consignment has been allocated, the associated carrier and carrier service information is also returned. You can use this information to plan your deliveries and keep your customers updated.

SecurityBasicAuth
Request
path Parameters
consignmentCode
required
string

Consignment identifier generated by Metapack.

Responses
200

Consignment details

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

get/consignments/{consignmentCode}
Request samples
Response samples
application/json
{
  • "consignment": {
    },
  • "links": [
    ]
}