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

    Interface AddItemListInvalidItemId

    AddItemListInvalidItemId sub-interface for AddItemListResponseData

    interface AddItemListInvalidItemId {
        fail_error?: string;
        fail_message?: string;
        item_id?: number;
    }
    Index

    Properties

    fail_error?: string

    The reason of the fail.

    fail_message?: string

    The detailed reason of the failure and the hints of error fixing

    item_id?: number

    The invalid item id.