The workflow status for a shipment with an Amazon-partnered carrier.

Export

TransportResult

interface TransportResult {
    ErrorCode?: string;
    ErrorDescription?: string;
    TransportStatus: TransportStatus;
}

Properties

ErrorCode?: string

An error code that identifies the type of error that occured.

Memberof

TransportResult

ErrorDescription?: string

A message that describes the error condition.

Memberof

TransportResult

TransportStatus: TransportStatus

Memberof

TransportResult