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

    Interface GetShopNotificationRequest

    Request parameters for get_shop_notification

    get Seller Center notification, the permission is controlled by App type

    interface GetShopNotificationRequest {
        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