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

    Interface HandleBuyerCancellationResponse

    Response for handling buyer cancellation

    interface HandleBuyerCancellationResponse {
        error: string;
        message: string;
        request_id: string;
        response: { order_sn: string };
        result?: { order_sn: string };
    }

    Hierarchy (View Summary)

    • FetchResponse<{ order_sn: string }>
      • HandleBuyerCancellationResponse
    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { order_sn: string }

    Type Declaration

    • order_sn: string

      Shopee's unique identifier for an order

    result?: { order_sn: string }

    Type Declaration

    • order_sn: string

      Shopee's unique identifier for an order