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

    Interface SetSipDiscountResponseData

    SetSipDiscountResponseData sub-interface for SetSipDiscountResponse

    interface SetSipDiscountResponseData {
        create_time?: number | Date;
        end_time?: number | Date;
        region?: string;
        sip_discount_rate?: number;
        start_time?: number | Date;
        status?: string | number;
        update_time?: number | Date;
    }
    Index

    Properties

    create_time?: number | Date

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

    end_time?: number | Date

    The end time of discount for SIP affiliate shop in current region, in UNIX seconds.Note: The end time is 180 days after the start time.

    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 | Date

    The start time of discount for SIP affiliate shop in current region, in UNIX seconds.Note: The start time is 30 minutes after the sellers set up the sip_discount_rate.

    status?: string | number

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

    update_time?: number | Date

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