Create a relationship between two consignments by associating a parcel in an 'inner' (child) consignment with a parcel in an 'outer' (parent) consignment, which facilitates parent-child tracking.
Note: You can use this operation if the consignment lifecycle status of each consignment is Unallocated
, Allocated
, Printed
, or Ready to manifest
. Using the operation does not change the status of a modified consignment.
Consignment is successfully consolidated with the outer consignment
Bad Request
Unauthorized
Forbidden
Not Found
Conflict - Consignment cannot be consolidated because the consignment is in a consignment lifecycle status where it cannot be modified
Internal Server Error
{- "containerConsignmentCode": "string",
- "containerParcelCode": "string"
}
{- "errorCode": "string",
- "message": "string",
- "systemMessage": "string",
- "traceID": "string",
- "timestamp": "2019-08-24T14:15:22Z"
}