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

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

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

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