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

    The common properties for responses to individual requests within a batch.

    interface BatchResponse {
        headers: { [key: string]: string };
        status: HttpStatusLine;
    }
    Index

    Properties

    Properties

    headers: { [key: string]: string }

    A mapping of additional HTTP headers to send or receive for an individual request within a batch.