그래프 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설명
Edge<ProductFeedUploadError>

List of errors during the product feed upload

오류 코드

오류설명
100Invalid parameter

만들기

다음 경로에서 error_report 에지에 POST 요청을 만들 수 있습니다:
이 에지에 게시할 때 a ProductFeedUpload이(가) 생성됩니다.

매개변수

이 엔드포인트는 매개변수가 없습니다.

반환 유형

이 엔드포인트는 기록 후 읽기 기능을 지원하며 회원님이 게시한 노드를 읽습니다.
Struct {
success: bool,
}

오류 코드

오류설명
100Invalid parameter

업데이트 중

이 엔드포인트에서 수행할 수 없는 작업입니다.

삭제 중

이 엔드포인트에서 수행할 수 없는 작업입니다.