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

    Warning returned when the request is successful, but there are important callouts based on which API clients should take defined actions.

    interface Warning {
        code: string;
        details?: string;
        message: string;
    }
    Index
    code: string

    An warning code that identifies the type of warning that occurred.

    details?: string

    Additional details that can help the caller understand or address the warning.

    message: string

    A message that describes the warning condition in a human-readable form.