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

    Interface CheckPolygonUpdateStatusResponseData

    CheckPolygonUpdateStatusResponseData sub-interface for CheckPolygonUpdateStatusResponse

    interface CheckPolygonUpdateStatusResponseData {
        message?: string;
        status?: number;
    }
    Index

    Properties

    Properties

    message?: string

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

    status?: number

    Serviceable polygon file upload status. Applicable values: 0: Task completed1: Task in progress2: KML file related errors