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

    Interface QueryBrShopInvoiceErrorList

    QueryBrShopInvoiceErrorList sub-interface for QueryBrShopInvoiceErrorResponseData

    interface QueryBrShopInvoiceErrorList {
        biz_request_id?: string;
        biz_request_type?: number;
        fail_reason?: string;
        fail_type?: number;
        invoice_deadline_time?: number;
        invoice_id?: string;
        reminder_desc?: string;
        shop_id?: number;
        shop_sku_list?: QueryBrShopInvoiceErrorShopSku[];
    }
    Index

    Properties

    biz_request_id?: string

    Return by default. The business FBS request order ID.

    biz_request_type?: number

    1: Inbound2: Return From Warehouse3: Sales order invoice4: Move Transfer5:IA

    fail_reason?: string

    Invoice issuance failed reason.

    fail_type?: number

    1: sku tax info error2: seller tax info error

    invoice_deadline_time?: number

    The expired time of this failed invoice. If expired, then this request order would be cancelled.

    invoice_id?: string

    Invoice ID

    reminder_desc?: string

    remind seller if this block issue is not solved , it will block the shop or item

    shop_id?: number

    Shopee's unique identifier for a shop.