Phiên bản API Đồ thị

Product Feed Upload

Đọc

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>

Thông số

Điểm cuối này không có bất kỳ thông số nào.

Trường

Trường thông tinMô tả
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

Đường viền

CạnhMô tả
Edge<ProductFeedUploadError>

List of errors during the product feed upload

Mã lỗi

LỗiMô tả
100Invalid parameter

Tạo

Bạn có thể tạo yêu cầu POST đến cạnh error_report từ các đường dẫn sau:
Khi đăng lên cạnh này, hệ thống sẽ tạo a ProductFeedUpload.

Thông số

Điểm cuối này không có bất kỳ thông số nào.

Kiểu trả về

Điểm cuối này hỗ trợ đọc sau khi ghi và sẽ đọc nút mà bạn đã đăng vào đó.
Struct {
success: bool,
}

Mã lỗi

LỗiMô tả
100Invalid parameter

Cập nhật

Bạn không thể thực hiện thao tác này trên điểm cuối này.

Xóa

Bạn không thể thực hiện thao tác này trên điểm cuối này.