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

    Represents an AWD inbound order.

    interface InboundOrder {
        createdAt: string;
        destinationDetails?: DestinationDetails;
        externalReferenceId?: string;
        orderId: string;
        orderStatus: InboundStatus;
        originAddress: Address;
        packagesToInbound: DistributionPackageQuantity[];
        preferences?: InboundPreferences;
        updatedAt?: string;
    }
    Index

    Properties

    createdAt: string

    Date when this order was created.

    destinationDetails?: DestinationDetails
    externalReferenceId?: string

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

    orderId: string

    Inbound order ID.

    orderStatus: InboundStatus
    originAddress: Address
    packagesToInbound: DistributionPackageQuantity[]

    List of packages to be inbounded.

    preferences?: InboundPreferences
    updatedAt?: string

    Date when this order was last updated.