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

    Interface DownloadFbsInvoicesRequest

    Request parameters for download_fbs_invoices

    This API allows you to download FBS invoices. To use this API, the client must first call v2.order.generate_fbs_invoices to create a new shipping document task, followed by calling v2.order.get_fbs_invoices_result to check the task status. The document can only be downloaded once the task status is "READY."

    interface DownloadFbsInvoicesRequest {
        request_id_list?: DownloadFbsInvoicesRequestId[];
    }
    Index

    Properties

    Properties

    request_id_list?: DownloadFbsInvoicesRequestId[]

    list of request id (task identifiers)