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

    Interface AddDiscountItemError

    AddDiscountItemError sub-interface for AddDiscountItemResponseData

    interface AddDiscountItemError {
        fail_error?: string;
        fail_message?: string;
        item_id?: number;
        model_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.

    model_id?: number

    Shopee's unique identifier for a variation of an item. If there is no variation of this item, you don't need to input this param. Dafault is 0.