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

    Interface CheckPolygonUpdateStatusResponse

    Response for check polygon update status API

    interface CheckPolygonUpdateStatusResponse {
        error: string;
        message: string;
        request_id: string;
        response?: { message?: string; status?: number };
        warning?: string | string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string

    Error code if any error occurred

    message: string

    Error message if any error occurred

    request_id: string

    The identifier for an API request for error tracking

    response?: { message?: string; status?: number }

    Type Declaration

    • Optionalmessage?: string

      Details of the upload status, e.g "task in progress"

    • Optionalstatus?: number

      Serviceable polygon file upload status. 0: Task completed, 1: Task in progress, 2: KML file related errors

    warning?: string | string[]

    Warning message or list of warning messages