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

    Interface GetLostPushMessagePushMessage

    GetLostPushMessagePushMessage sub-interface for GetLostPushMessageResponseData

    interface GetLostPushMessagePushMessage {
        code?: number;
        data?: string;
        shop_id?: number;
        timestamp?: number | Date;
    }
    Index

    Properties

    code?: number

    Shopee's unique identifier for a push notification.

    data?: string

    Main Push message data.

    shop_id?: number

    Shopee's unique identifier for a shop. If it's a partner level push (such as code: 1, 2, 12), shop_id will not be returned.

    timestamp?: number | Date

    Timestamp that indicates the message was lost.