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

    Interface DiscountItemError

    Error information for failed item operations

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

    Properties

    fail_error?: string

    The error code

    fail_message?: string

    The error message

    item_id?: number

    The item ID that failed

    model_id?: number

    The model ID that failed