Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface HandleBuyerCancellationParams

    Parameters for handling buyer cancellation

    interface HandleBuyerCancellationParams {
        operation: "ACCEPT" | "REJECT";
        order_sn: string;
    }
    Index

    Properties

    Properties

    operation: "ACCEPT" | "REJECT"

    The operation you want to handle. Available value: ACCEPT, REJECT

    order_sn: string

    Shopee's unique identifier for an order