Interface AmazonWarehousingAndDistributionModelOutboundOrder

Represents an AWD outbound order.

OutboundOrder

interface AmazonWarehousingAndDistributionModelOutboundOrder {
    confirmedOn?: string;
    createdAt?: string;
    eligiblePackagesToOutbound?: AmazonWarehousingAndDistributionModelDistributionPackageQuantity[];
    eligibleProductsToOutbound?: AmazonWarehousingAndDistributionModelProductQuantity[];
    executionErrors?: AmazonWarehousingAndDistributionModelOutboundExecutionError[];
    orderId: string;
    orderPreferences?: AmazonWarehousingAndDistributionModelOrderAttribute[];
    orderStatus:
        | "ELIGIBLE"
        | "INELIGIBLE"
        | "DRAFT"
        | "VALIDATING"
        | "CONFIRMED"
        | AmazonWarehousingAndDistributionModelOutboundStatus
        | "EXECUTING"
        | "FAILURE"
        | "INVENTORY_OUTBOUND"
        | "SUCCESS";
    outboundShipments: AmazonWarehousingAndDistributionModelOutboundShipment[];
    packagesToOutbound?: AmazonWarehousingAndDistributionModelDistributionPackageQuantity[];
    productsToOutbound?: AmazonWarehousingAndDistributionModelProductQuantity[];
    shippedOutboundPackages?: AmazonWarehousingAndDistributionModelDistributionPackageQuantity[];
    shippedOutboundProducts?: AmazonWarehousingAndDistributionModelProductQuantity[];
    updatedAt?: string;
}

Properties

confirmedOn?: string

Date on which this outbound order was confirmed.

OutboundOrder

createdAt?: string

Date on which this outbound order was created.

OutboundOrder

List of packages that are eligible for outbound.

OutboundOrder

List of product units that are eligible for outbound.

OutboundOrder

Execution errors associated with the outbound order. This field will be populated if the order failed validation.

OutboundOrder

orderId: string

Order ID for the outbound order.

OutboundOrder

Order preferences for this outbound order.

OutboundOrder

orderStatus:
    | "ELIGIBLE"
    | "INELIGIBLE"
    | "DRAFT"
    | "VALIDATING"
    | "CONFIRMED"
    | AmazonWarehousingAndDistributionModelOutboundStatus
    | "EXECUTING"
    | "FAILURE"
    | "INVENTORY_OUTBOUND"
    | "SUCCESS"

OutboundOrder

List of outbound shipments that are part of this order.

OutboundOrder

List of packages to be outbound.

OutboundOrder

List of product units to be outbound.

OutboundOrder

Outbound packages that are shipped after the execution has completed post confirmation.

OutboundOrder

Outbound product units that are shipped after the execution has completed post confirmation.

OutboundOrder

updatedAt?: string

Date on which this outbound order was last updated.

OutboundOrder

MMNEPVFCICPMFPCPTTAAATR