Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    A response that contains the reference identifiers for the newly created or updated inbound order. Consists of an order ID and version.

    interface InboundOrderReference {
        orderId: string;
    }
    Index
    orderId: string

    Order ID of the inbound order.