Interface FulfillmentInboundApiModelTransportResult

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

TransportResult

interface FulfillmentInboundApiModelTransportResult {
    ErrorCode?: string;
    ErrorDescription?: string;
    TransportStatus:
        | "CONFIRMED"
        | "WORKING"
        | "ERROR"
        | FulfillmentInboundApiModelTransportStatus
        | "ESTIMATING"
        | "ESTIMATED"
        | "ERROR_ON_ESTIMATING"
        | "CONFIRMING"
        | "ERROR_ON_CONFIRMING"
        | "VOIDING"
        | "VOIDED"
        | "ERROR_IN_VOIDING";
}

Properties

ErrorCode?: string

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

TransportResult

ErrorDescription?: string

A message that describes the error condition.

TransportResult

TransportStatus:
    | "CONFIRMED"
    | "WORKING"
    | "ERROR"
    | FulfillmentInboundApiModelTransportStatus
    | "ESTIMATING"
    | "ESTIMATED"
    | "ERROR_ON_ESTIMATING"
    | "CONFIRMING"
    | "ERROR_ON_CONFIRMING"
    | "VOIDING"
    | "VOIDED"
    | "ERROR_IN_VOIDING"

TransportResult

MMNEPVFCICPMFPCPTTAAATR