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

    An order attribute with its original value and the pre-approved alternative value suggested by the vet.

    interface ApprovedAttribute {
        approvedValue: string;
        attributeName: string;
        originalValue: string;
    }
    Index

    Properties

    approvedValue: string

    The pre-approved value that would result in order approval.

    attributeName: string

    The name of the attribute requiring correction (for example, asin, petWeight).

    originalValue: string

    The original value of the attribute in the rejected order.