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

    Interface GetDiscountParams

    Parameters for getting a discount

    interface GetDiscountParams {
        discount_id: number;
        page_no: number;
        page_size: number;
        [key: string]: string | number | boolean | undefined;
    }

    Indexable

    • [key: string]: string | number | boolean | undefined
    Index

    Properties

    discount_id: number

    Shopee's unique identifier for a discount activity

    page_no: number

    Specifies the page number of data to return. Default 1

    page_size: number

    Maximum number of entries to retrieve per page. Default 50