Amazon Selling Partner API (SP-API) SDK for TypeScript
    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
    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.