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

    Interface GetShippingDocumentJobStatusResponseData

    GetShippingDocumentJobStatusResponseData sub-interface for GetShippingDocumentJobStatusResponse

    interface GetShippingDocumentJobStatusResponseData {
        job_id?: string;
        job_name?: string;
        job_status?: string | number;
    }
    Index

    Properties

    job_id?: string

    Generated Job ID for status tracking and download the Shipping Document

    job_name?: string

    Generated Shipping Document file name.

    job_status?: string | number

    Requested Shipping Document current status. Available values: PROCESSING, READY, EXPIRED, FAILED