Selling Partner API SDK for JavaScript
    Preparing search index...

    Represents an AWD outbound order.

    Index

    Properties

    confirmedOn?: string

    Date on which this outbound order was confirmed.

    createdAt?: string

    Date on which this outbound order was created.

    eligiblePackagesToOutbound?: DistributionPackageQuantity[]

    List of packages that are eligible for outbound.

    eligibleProductsToOutbound?: ProductQuantity[]

    List of product units that are eligible for outbound.

    executionErrors?: OutboundExecutionError[]

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

    orderId: string

    Order ID for the outbound order.

    orderPreferences?: OrderAttribute[]

    Order preferences for this outbound order.

    orderStatus: OutboundStatus
    outboundShipments: OutboundShipment[]

    List of outbound shipments that are part of this order.

    packagesToOutbound?: DistributionPackageQuantity[]

    List of packages to be outbound.

    productsToOutbound?: ProductQuantity[]

    List of product units to be outbound.

    shippedOutboundPackages?: DistributionPackageQuantity[]

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

    shippedOutboundProducts?: ProductQuantity[]

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

    updatedAt?: string

    Date on which this outbound order was last updated.