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

    Interface GetPackageDetailInvoicePending

    GetPackageDetailInvoicePending sub-interface for GetPackageDetailPackage

    interface GetPackageDetailInvoicePending {
        pending_reason?: string;
        status?: string;
    }
    Index

    Properties

    pending_reason?: string

    It's the failed reason if status is pending

    status?: string

    The invoice statuses should be:- valid (The invoice sent is valid)- pending (System is waiting to receive the invoice)