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

    Type Alias PushMessage

    Push message information

    type PushMessage = {
        code: number;
        data: string;
        shop_id?: number;
        timestamp: number;
    }
    Index

    Properties

    code: number

    Shopee's unique identifier for a push notification

    data: string

    Main Push message data as a JSON string

    shop_id?: number

    Shopee's unique identifier for a shop. Not returned for partner level push (such as code: 1, 2, 12)

    timestamp: number

    Timestamp that indicates the message was lost