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

    Payload for creating an outbound order.

    interface OutboundOrderCreationData {
        orderPreferences?: OrderAttribute[];
        packagesToOutbound?: DistributionPackageQuantity[];
        productsToOutbound?: ProductQuantity[];
    }
    Index

    Properties

    orderPreferences?: OrderAttribute[]

    Order preferences for the outbound order.

    packagesToOutbound?: DistributionPackageQuantity[]

    List of packages to be outbound.

    productsToOutbound?: ProductQuantity[]

    List of product units to be outbound.