Interface AmazonWarehousingAndDistributionModelInboundOrder

Represents an AWD inbound order.

InboundOrder

interface AmazonWarehousingAndDistributionModelInboundOrder {
    channelPlacedInboundShipments: AmazonWarehousingAndDistributionModelInboundShipment[];
    createdAt: string;
    externalReferenceId?: string;
    orderId: string;
    orderStatus:
        | AmazonWarehousingAndDistributionModelInboundStatus
        | "DRAFT"
        | "VALIDATING"
        | "CONFIRMED"
        | "CLOSED"
        | "EXPIRED"
        | "CANCELLED";
    orderVersion: string;
    originAddress: AmazonWarehousingAndDistributionModelAddress;
    packagesToInbound: AmazonWarehousingAndDistributionModelDistributionPackageQuantity[];
    preferences?: AmazonWarehousingAndDistributionModelInboundPreferences;
    shipBy?: string;
    updatedAt?: string;
}

Properties

List of inbound shipments part of this order.

InboundOrder

createdAt: string

Date when this order was created.

InboundOrder

externalReferenceId?: string

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

InboundOrder

orderId: string

Inbound order ID.

InboundOrder

orderStatus:
    | AmazonWarehousingAndDistributionModelInboundStatus
    | "DRAFT"
    | "VALIDATING"
    | "CONFIRMED"
    | "CLOSED"
    | "EXPIRED"
    | "CANCELLED"

InboundOrder

orderVersion: string

Inbound order version.

InboundOrder

InboundOrder

List of packages to be inbounded.

InboundOrder

InboundOrder

shipBy?: string

Date by which this order will be shipped.

InboundOrder

updatedAt?: string

Date when this order was last updated.

InboundOrder

MMNEPVFCICPMFPCPTTAAATR