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

    Interface GetOrderDetailInvoiceData

    GetOrderDetailInvoiceData sub-interface for GetOrderDetailOrder

    interface GetOrderDetailInvoiceData {
        access_key?: string;
        issue_date?: number | Date;
        number?: string;
        pending_reason?: string;
        products_total_value?: number;
        series_number?: string;
        status?: string;
        tax_code?: string;
        total_value?: number;
    }
    Index

    Properties

    access_key?: string

    The access key of the invoice.

    issue_date?: number | Date

    The issue date of the invoice.

    number?: string

    The number of the invoice.

    pending_reason?: string

    It's the failed reason if status is pending

    products_total_value?: number

    The products total value of the invoice.

    series_number?: string

    The series number of the invoice.

    status?: string

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

    tax_code?: string

    The tax code for the invoice.

    total_value?: number

    The total value of the invoice.