集合商家的平台所上传 Feed 的状态。
JSON 表示法 |
---|
{ "name": string, "state": enum ( |
字段 | |
---|---|
name |
Feed 资源的名称,格式为
|
state |
此 Feed 的处理状态。 |
errorDetails |
如果我们无法处理此 Feed,人类可读的字符串用于提供更多详细信息。 |
statistics |
特定于此 Feed 的统计信息。 |
FeedStatistics
处理已上传的 Feed 时获取的统计信息。
JSON 表示法 |
---|
{ "newItems": string, "existingItems": string, "deletedItems": string } |
字段 | |
---|---|
newItems |
此 Feed 新添加的项。内容可以是商家、服务或可用性空档,具体取决于 Feed 的类型。 |
existingItems |
现有项,根据需要根据 Feed 中的较新信息进行更新。 |
deletedItems |
此 Feed 中已不存在的商品,并因此而被移除。 |