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

    Another order that has a direct business relationship with the current order, such as replacements or exchanges.

    interface AssociatedOrder {
        associationType?: string;
        orderId?: string;
    }
    Index

    Properties

    associationType?: string

    The relationship between the current order and the associated order. Possible values: REPLACEMENT_ORIGINAL_ID, EXCHANGE_ORIGINAL_ID

    orderId?: string

    The unique identifier of the related order that is associated with the current order.