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

    Interface UploadInvoiceDocRequest

    Request parameters for upload_invoice_doc

    This endpoint is for PH and BR local seller. Upload the invoice document

    interface UploadInvoiceDocRequest {
        file: any;
        file_type: number;
        order_sn: string;
    }
    Index

    Properties

    file: any

    invoice file. File size limit to 1MB.

    file_type: number

    the type of invoice file. 1:pdf 2.jpeg 3.png. 4.xml

    order_sn: string

    Shopee's unique identifier for an order.