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

    Interface ShopSkuInvoiceError

    Shop SKU information in invoice error

    interface ShopSkuInvoiceError {
        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