图谱 API 版

Product Feed Upload

读取

A specific product feed upload attempt

Examples

Example to get a list of uploads of a product feed:

curl -G \
-d "access_token=<ACCESS_TOKEN>" \
https://graph.facebook.com/<PRODUCT_FEED_ID>/uploads

Example to get the status of a feed upload:

curl -G \
-d "access_token=<ACCESS_TOKEN>" \
https://graph.facebook.com/<PRODUCT_FEED_UPLOAD_ID>

参数

这个端点不包含任何参数。

字段

字段描述
id
numeric string

ID of the product feed upload

end_time
datetime

The time the upload was completed

error_count
int32

The total number of errors for feed upload

error_report
ProductFeedUploadErrorReport

Error report file handle and status, if the error report for this upload was requested

filename
string

The name of the file the product feed was uploaded from

input_method
enum {Manual Upload, Server Fetch, Google Sheets Fetch, Reupload Last File, User initiated server fetch}

The input method the product feed was obtained with

num_deleted_items
int32

The number of deleted items

num_detected_items
int32

The number of items detected while reading the feed file

num_invalid_items
int32

The number of invalid items

num_persisted_items
int32

The number of persisted items

start_time
datetime

The time the upload process started

url
string

The url to fetch the products from

warning_count
int32

The total number of warnings for feed upload

连线

连线描述
Edge<ProductFeedUploadError>

List of errors during the product feed upload

错误代码

错误描述
100Invalid parameter

创建

你可以通过下列路径向 error_report 连线发出 POST 请求:
发布到这个连线时,将会创建 a ProductFeedUpload

参数

这个端点不包含任何参数。

返回类型

这个端点支持先写后读,并会读取接收你的 POST 请求的节点。
Struct {
success: bool,
}

错误代码

错误描述
100Invalid parameter

更新

你无法在此端点执行该操作。

删除

你无法在此端点执行该操作。