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

    Interface GetEstimateCancelValueRequest

    Request parameters for get_estimate_cancel_value

    Returns the estimated refund value for a partial order cancellation given the specified items to cancel.

    interface GetEstimateCancelValueRequest {
        order_sn: string;
        partial_cancel_item_list: GetEstimateCancelValuePartialCancelItem[];
    }
    Index

    Properties

    order_sn: string

    Shopee's unique identifier for an order.

    partial_cancel_item_list: GetEstimateCancelValuePartialCancelItem[]

    The list of item models and quantities for which the seller wants to estimate the cancellation value before submitting the actual partial cancellation request.