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

    Interface BuyerRequestedCancel

    Information about whether or not a buyer requested cancellation.

    interface BuyerRequestedCancel {
        BuyerCancelReason?: string;
        IsBuyerRequestedCancel?: string;
    }
    Index

    Properties

    BuyerCancelReason?: string

    The reason that the buyer requested cancellation.

    IsBuyerRequestedCancel?: string

    Indicate whether the buyer has requested cancellation. Possible Values: true, false.