Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface FbsInvoiceResultItem

    FBS invoice result item

    interface FbsInvoiceResultItem {
        error_message?: string;
        request_id: number;
        status: string;
    }
    Index

    Properties

    error_message?: string

    Error message if status is ERROR

    request_id: number

    The request ID

    status: string

    The status of the request. PROCESSING, READY, ERROR