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

    Interface AddBundleDealItemFailed

    AddBundleDealItemFailed sub-interface for AddBundleDealItemResponseData

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

    Properties

    fail_error?: string

    Indicate error type if one element hit error.

    fail_message?: string

    Indicate error details if one element hit error.

    item_id?: number

    Shopee's unique identifier for an item.