Represents an AWD outbound order.

OutboundOrder

Properties

confirmedOn?: string

Date on which this outbound order was confirmed.

OutboundOrder

createdAt?: string

Date on which this outbound order was created.

OutboundOrder

eligiblePackagesToOutbound?: DistributionPackageQuantity[]

List of packages that are eligible for outbound.

OutboundOrder

eligibleProductsToOutbound?: ProductQuantity[]

List of product units that are eligible for outbound.

OutboundOrder

executionErrors?: OutboundExecutionError[]

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

orderPreferences?: OrderAttribute[]

Order preferences for this outbound order.

OutboundOrder

orderStatus: OutboundStatus

OutboundOrder

outboundShipments: OutboundShipment[]

List of outbound shipments that are part of this order.

OutboundOrder

packagesToOutbound?: DistributionPackageQuantity[]

List of packages to be outbound.

OutboundOrder

productsToOutbound?: ProductQuantity[]

List of product units to be outbound.

OutboundOrder

shippedOutboundPackages?: DistributionPackageQuantity[]

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

OutboundOrder

shippedOutboundProducts?: ProductQuantity[]

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