Represents an AWD inbound order.

InboundOrder

interface InboundOrder {
    createdAt: string;
    destinationDetails?: DestinationDetails;
    externalReferenceId?: string;
    orderId: string;
    orderStatus: InboundStatus;
    originAddress: Address;
    packagesToInbound: DistributionPackageQuantity[];
    preferences?: InboundPreferences;
    updatedAt?: string;
}

Properties

createdAt: string

Date when this order was created.

InboundOrder

destinationDetails?: DestinationDetails

InboundOrder

externalReferenceId?: string

Reference ID that can be used to correlate the order with partner resources.

InboundOrder

orderId: string

Inbound order ID.

InboundOrder

orderStatus: InboundStatus

InboundOrder

originAddress: Address

InboundOrder

packagesToInbound: DistributionPackageQuantity[]

List of packages to be inbounded.

InboundOrder

preferences?: InboundPreferences

InboundOrder

updatedAt?: string

Date when this order was last updated.

InboundOrder

MMNEPVFCICPMFPCPTTAAATR