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

    A mapping of additional HTTP headers to send/receive for the individual batch request.

    interface HttpResponseHeaders {
        Date?: string;
        "x-amzn-RequestId"?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Date?: string

    The timestamp that the API request was received. For more information, consult RFC 2616 Section 14.

    "x-amzn-RequestId"?: string

    Unique request reference identifier.