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

    The HTTP status line associated with the response. For more information, consult RFC 2616.

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

    Properties

    reasonPhrase?: string

    The HTTP response Reason-Phase.

    statusCode?: number

    The HTTP response Status Code.