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

    Interface CancelOrderResponse

    Response from canceling an order

    interface CancelOrderResponse {
        error: string;
        message: string;
        request_id: string;
        response: { update_time: number };
        result?: { update_time: number };
    }

    Hierarchy (View Summary)

    Index

    Properties

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

    Type Declaration

    • update_time: number

      The time when the order is updated

    result?: { update_time: number }

    Type Declaration

    • update_time: number

      The time when the order is updated