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

    Type Alias GetShopNotificationParams

    Parameters for getting shop notification Get Seller Center notification, the permission is controlled by App type

    type GetShopNotificationParams = {
        cursor?: number;
        page_size?: number;
    }
    Index

    Properties

    Properties

    cursor?: number

    The last notification_id returned on the page. When using the cursor, notifications will start with the one following this cursor notification. If no cursor is provided, the latest message from the shop will be returned.

    page_size?: number

    Default 10; maximum 50