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

    Interface GetEstimateCancelValueResponse

    Response for getting estimated cancellation value

    interface GetEstimateCancelValueResponse {
        error: string;
        message: string;
        request_id: string;
        response: { cancel_value: number };
        result?: { cancel_value: number };
    }

    Hierarchy (View Summary)

    • FetchResponse<{ cancel_value: number }>
      • GetEstimateCancelValueResponse
    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { cancel_value: number }

    Type Declaration

    • cancel_value: number

      The estimated cancellation value for the selected item quantities

    result?: { cancel_value: number }

    Type Declaration

    • cancel_value: number

      The estimated cancellation value for the selected item quantities