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

    Interface GetAppPushConfigResponse

    interface GetAppPushConfigResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            blocked_shop_id: number[];
            callback_url: string;
            live_push_status: LivePushStatus;
            push_config_off_list: PushConfigType[];
            push_config_on_list: PushConfigType[];
            suspended_time?: number;
        };
        result?: {
            blocked_shop_id: number[];
            callback_url: string;
            live_push_status: LivePushStatus;
            push_config_off_list: PushConfigType[];
            push_config_on_list: PushConfigType[];
            suspended_time?: number;
        };
    }

    Hierarchy (View Summary)

    • FetchResponse<
          {
              blocked_shop_id: number[];
              callback_url: string;
              live_push_status: LivePushStatus;
              push_config_off_list: PushConfigType[];
              push_config_on_list: PushConfigType[];
              suspended_time?: number;
          },
      >
      • GetAppPushConfigResponse
    Index

    Properties

    error: string
    message: string
    request_id: string
    response: {
        blocked_shop_id: number[];
        callback_url: string;
        live_push_status: LivePushStatus;
        push_config_off_list: PushConfigType[];
        push_config_on_list: PushConfigType[];
        suspended_time?: number;
    }
    result?: {
        blocked_shop_id: number[];
        callback_url: string;
        live_push_status: LivePushStatus;
        push_config_off_list: PushConfigType[];
        push_config_on_list: PushConfigType[];
        suspended_time?: number;
    }