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

    A return reason code, a description, and an optional description translation.

    interface ReasonCodeDetails {
        description: string;
        returnReasonCode: string;
        translatedDescription?: string;
    }
    Index

    Properties

    description: string

    A human readable description of the return reason code.

    returnReasonCode: string

    A code that indicates a valid return reason.

    translatedDescription?: string

    A translation of the description. The translation is in the language specified in the language request parameter.