REST Resource: accounts.notificationsubscriptions

资源:NotificationSubscription

表示商家账号拥有的通知订阅。

JSON 表示法
{
  "name": string,
  "registeredEvent": enum (NotificationEventType),
  "callBackUri": string,

  // Union field interested_in can be only one of the following:
  "allManagedAccounts": boolean,
  "targetAccount": string
  // End of list of possible types for union field interested_in.
}
字段
name

string

仅限输出。通知配置的 name。由 Content API 在创建新的 NotificationSubscription 时生成。account 表示拥有该配置的商家的商家 ID。格式:accounts/{account}/notificationsubscriptions/{notificationSubscription}

registeredEvent

enum (NotificationEventType)

商家想要接收通知的事件。

callBackUri

string

用于向商家推送通知的网址。

联合字段 interested_in

interested_in 只能是下列其中一项:

allManagedAccounts

boolean

如果此值为 true,则请求账号会在所有客户账号(可以是子账号或其他关联的账号)(包括每天新增的账号)的指定事件发生时收到通知。

targetAccount

string

您想接收相关通知的账号的 name。格式:accounts/{account}

NotificationEventType

表示商家希望接收相关通知的事件类型。

枚举
NOTIFICATION_EVENT_TYPE_UNSPECIFIED 未指定通知事件类型。
PRODUCT_STATUS_CHANGE 关于商品状态变化(例如商品遭拒批)的通知。

方法

create

为商家创建通知订阅。

delete

删除商家的通知订阅。

get

获取某个账号的通知订阅。

list

获取商家的所有通知订阅。

patch

更新商家的现有通知订阅。