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

    Interface UpdateDiscountItemResponseData

    UpdateDiscountItemResponseData sub-interface for UpdateDiscountItemResponse

    interface UpdateDiscountItemResponseData {
        count?: number;
        discount_id?: number;
        error_list?: UpdateDiscountItemError[];
    }
    Index

    Properties

    count?: number

    The number of items that modify successfully.

    discount_id?: number

    Shopee's unique identifier for a discount activity.

    Error list of this discount.