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

    Interface SipDiscountInfo

    SIP discount information

    interface SipDiscountInfo {
        create_time: number;
        end_time: number;
        region: string;
        sip_discount_rate: number;
        start_time: number;
        status: string;
        update_time: number;
    }
    Index

    Properties

    create_time: number

    The create time of discount for SIP affiliate shop in current region, in UNIX seconds

    end_time: number

    The end time of discount for SIP affiliate shop in current region, in UNIX seconds

    region: string

    The region of SIP affiliate shop

    sip_discount_rate: number

    The discount rate set for SIP affiliate shop in current region

    start_time: number

    The start time of discount for SIP affiliate shop in current region, in UNIX seconds

    status: string

    The status of discount for SIP affiliate shop in current region, can be upcoming/ongoing, excluding expired discounts

    update_time: number

    The latest update time of discount for SIP affiliate shop in current region, in UNIX seconds