Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface HandleBuyerCancellationRequest

    Request parameters for handle_buyer_cancellation

    Use this api to handle buyer's cancellation application.

    interface HandleBuyerCancellationRequest {
        operation: string;
        order_sn: string;
    }
    Index

    Properties

    Properties

    operation: string

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

    order_sn: string

    Shopee's unique identifier for an order.