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

    Payload for creating an inbound order.

    interface InboundOrderCreationData {
        externalReferenceId?: string;
        originAddress: Address;
        packagesToInbound: DistributionPackageQuantity[];
        preferences?: InboundPreferences;
    }
    Index

    Properties

    externalReferenceId?: string

    Reference ID that can be used to correlate the order with partner resources.

    originAddress: Address
    packagesToInbound: DistributionPackageQuantity[]

    List of packages to be inbounded.

    preferences?: InboundPreferences