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

    Interface QueryBrShopInvoiceErrorShopSku

    QueryBrShopInvoiceErrorShopSku sub-interface for QueryBrShopInvoiceErrorList

    interface QueryBrShopInvoiceErrorShopSku {
        fail_reason?: string;
        shop_item_id?: number;
        shop_item_name?: string;
        shop_model_id?: number;
        shop_model_name?: string;
    }
    Index

    Properties

    fail_reason?: string

    Invoice issuance failed reason.

    shop_item_id?: number

    ID of item

    shop_item_name?: string

    Name of item

    shop_model_id?: number

    ID of model

    shop_model_name?: string

    Name of model