Interface AmazonWarehousingAndDistributionModelOutboundShipment

Represents an AWD outbound shipment.

OutboundShipment

interface AmazonWarehousingAndDistributionModelOutboundShipment {
    createdAt?: string;
    destinationAddress: AmazonWarehousingAndDistributionModelAddress;
    orderId: string;
    originAddress: AmazonWarehousingAndDistributionModelAddress;
    shipmentId: string;
    shipmentPackageQuantities?: AmazonWarehousingAndDistributionModelDistributionPackageQuantity[];
    shipmentProductQuantities?: AmazonWarehousingAndDistributionModelProductQuantity[];
    shipmentStatus:
        | "CLOSED"
        | "CANCELLED"
        | "CREATED"
        | "IN_TRANSIT"
        | "RECEIVING"
        | "DELIVERED"
        | AmazonWarehousingAndDistributionModelOutboundShipmentStatus
        | "RECEIVED"
        | "FAILED";
    updatedAt?: string;
}

Properties

createdAt?: string

Timestamp when the shipment was created.

OutboundShipment

OutboundShipment

orderId: string

Outbound order ID this outbound shipment belongs to.

OutboundShipment

OutboundShipment

shipmentId: string

Unique shipment ID.

OutboundShipment

Specific distribution packages that are included in the context of this shipment.

OutboundShipment

Specific product units that are included in the context of this shipment.

OutboundShipment

shipmentStatus:
    | "CLOSED"
    | "CANCELLED"
    | "CREATED"
    | "IN_TRANSIT"
    | "RECEIVING"
    | "DELIVERED"
    | AmazonWarehousingAndDistributionModelOutboundShipmentStatus
    | "RECEIVED"
    | "FAILED"

OutboundShipment

updatedAt?: string

Timestamp when the shipment was updated.

OutboundShipment

MMNEPVFCICPMFPCPTTAAATR