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

    The HTTP status line associated with the response for an individual request within a batch. For more information, refer to RFC 2616.

    interface HttpStatusLine {
        reasonPhrase?: string;
        statusCode?: number;
    }
    Index

    Properties

    reasonPhrase?: string

    The HTTP response reason phrase.

    statusCode?: number

    The HTTP response status code.