@apple/app-store-server-library
    Preparing search index...

    Interface OrderLookupResponse

    A response that includes the order lookup status and an array of signed transactions for the in-app purchases in the order.

    OrderLookupResponse

    interface OrderLookupResponse {
        signedTransactions?: string[];
        status?: number;
    }
    Index

    Properties

    signedTransactions?: string[]

    An array of in-app purchase transactions that are part of order, signed by Apple, in JSON Web Signature format.

    JWSTransaction

    status?: number

    The status that indicates whether the order ID is valid.

    OrderLookupStatus