圖形 API 版本

Product Feed Upload Error

You may experience errors in your Product Feed, with varying severities.

Errors that are fatal mean those items are not created, while errors with a severity of warning are informational but items are created.

Even when you see items with severity fatal the rest of the products with no errors are created.

閱讀中

A Product Feed Upload Error object

Examples

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

The response:

{
  "data": [
    { 
      "id" : 1510567479166488,
      "summary" : "Group Mismatch for Property: shipping.",
      "description" : "Property shipping must have the same value for all items in the same group.",
      "severity" : "fatal",  
      "row_number" : 10,
      "column_number" : 5
    },
    { 
      "id" : 275241589314958,
      "summary" : "Price Without Currency for Property: shipping_price_value, shipping_price_currency",
      "description" : "Property shipping_price_value, shipping_price_currency is a price that has been specified without a currency.",
      "severity" : "warning",  
      "row_number" : 17,
      "column_number" : 40
    }
  ]
}

參數

這個端點沒有任何參數。

欄位

欄位說明
id
numeric string

ID of the product feed upload error

affected_surfaces
list<enum {Dynamic Ads, Marketplace, US Marketplace}>

The ad type (e.g. Dynamic Ads) or surface (e.g. Marketplace) that will be affected by this error

description
string

Longer user-readable description of the error

error_type
enum

Type of the error encountered in the feed upload

severity
enum {fatal, warning}

Severity of the error

summary
string

Short user-readable summary of the error

total_count
unsigned int32

Total count of errors of this type in the product feed file

關係連線

關係連線說明
Edge<ProductFeedUploadErrorSample>

Samples (concrete instances) of the error

Edge<ProductFeedRuleSuggestion>

Specifications for suggested rulesthat might fix this error

Error Codes

錯誤說明
100Invalid parameter

建立中

你無法在此端點執行此操作。

更新中

你無法在此端點執行此操作。

刪除中

你無法在此端點執行此操作。