REST Resource: accounts.lfpInventories

資源:LfpInventory

商家的店面商品目錄資料。

JSON 表示法
{
  "name": string,
  "targetAccount": string,
  "storeCode": string,
  "offerId": string,
  "regionCode": string,
  "contentLanguage": string,
  "price": {
    object (Price)
  },
  "availability": string,
  "collectionTime": string,
  "gtin": string,
  "quantity": string,
  "pickupMethod": string,
  "pickupSla": string,
  "feedLabel": string
}
欄位
name

string

僅供輸出。ID。LfpInventory 資源的名稱。格式:accounts/{account}/lfpInventories/{target_merchant}~{storeCode}~{offer}

targetAccount

string (int64 format)

必要欄位。要提交商品目錄的商家 Merchant Center ID。

storeCode

string

必要欄位。商家商店的 ID。透過 InsertLfpStore 插入的商店代碼,或是商家檔案中的商店代碼。

offerId

string

必要欄位。不可變動。產品的專屬 ID。如果商家同時提交商品目錄和銷售資料,則這項 ID 應與相同產品相符。

注意:如果商家販售同款的全新產品和二手產品,則兩者的 ID 不得相同。

regionCode

string

必要欄位。產品銷售國家/地區的 CLDR 區域代碼

contentLanguage

string

必要欄位。商品的雙字母格式 ISO 639-1 語言編碼。

price

object (Price)

選用設定。產品目前的價格。

availability

string

必要欄位。產品在該商店的供應情形。如要瞭解可接受的屬性值,請參閱店面產品目錄資料規格

collectionTime

string (Timestamp format)

選用設定。收集廣告空間的時間。如果未設定,系統會將其設為提交商品目錄的時間。

gtin

string

選用設定。產品的全球交易品項識別碼。

quantity

string (int64 format)

選用設定。這間商店提供的產品數量。必須大於或等於零。

pickupMethod

string

選用設定。這項商品支援的取貨方式。除非值為「not supported」,否則必須與 pickupSla 一併提交這個欄位。如要瞭解可接受的屬性值,請參閱店面產品目錄資料規格

pickupSla

string

選用設定。訂單商品可供取貨的預計日期 (相對於下單時間)。必須與 pickupMethod 一併提交。如要瞭解可接受的屬性值,請參閱店面產品目錄資料規格

feedLabel

string

選用設定。產品的動態饋給標籤。如果未設定,則預設為 regionCode

方法

insert

為指定的目標商家帳戶插入 LfpInventory 資源。