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

    Interface SetSipDiscountRequest

    Request parameters for set_sip_discount

    Set SIP Overseas Discount for SIP affiliate region. Please use Primary shop's Shop ID to request, and provide the region and discount rate of the Affiliate shop to be set or update, the API will set or update the discount rate for that region's Affiliate shop.

    interface SetSipDiscountRequest {
        region: string;
        sip_discount_rate: number;
    }
    Index

    Properties

    region: string

    The region of SIP affiliate shop that needs to set discount.

    sip_discount_rate: number

    The overall market discount rate that will apply to all items for SIP affiliate shop in current region.