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

    The base response data for all A+ Content operations when a request is successful or partially successful. Individual operations can extend this with additional data.

    interface AplusResponse {
        warnings?: Set<Error>;
    }
    Index

    Properties

    Properties

    warnings?: Set<Error>

    A set of messages to the user, such as warnings or comments.