LocalInventory

產品的店面商品目錄資訊。代表 storeCode 指定門市中特定產品的店內資訊。如需所有可接受的屬性值清單,請參閱店面商品目錄資料規格

JSON 表示法
{
  "name": string,
  "account": string,
  "storeCode": string,
  "price": {
    object (Price)
  },
  "salePrice": {
    object (Price)
  },
  "salePriceEffectiveDate": {
    object (Interval)
  },
  "customAttributes": [
    {
      object (CustomAttribute)
    }
  ],
  "availability": string,
  "quantity": string,
  "pickupMethod": string,
  "pickupSla": string,
  "instoreProductLocation": string
}
欄位
name

string

僅供輸出。LocalInventory 資源的名稱。格式:accounts/{account}/products/{product}/localInventories/{storeCode}

account

string (int64 format)

僅供輸出。產品所屬帳戶。如果是由用戶端設定,則會忽略這個欄位。

storeCode

string

必要欄位。不可變動。銷售產品的實體商店商店代碼 (商家檔案中的商店 ID)。詳情請參閱店面商品目錄資料規格

price

object (Price)

這間商店的產品價格。

salePrice

object (Price)

這間商店的產品特價。如果已定義 salePriceEffectiveDate,則為必要欄位。

salePriceEffectiveDate

object (Interval)

這間商店的特價 TimePeriod

customAttributes[]

object (CustomAttribute)

自訂 (商家提供) 屬性的清單。您也可以使用 CustomAttribute 透過一般格式提交資料規格的任何屬性。

availability

string

此商店的產品供應情形。如要瞭解系統接受的屬性值,請參閱店面商品目錄資料規格

quantity

string (int64 format)

這間商店的產品數量。必須大於或等於零。

pickupMethod

string

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

pickupSla

string

從這間商店訂購這項產品訂單日期的相對期間,可供取貨。提交內容時必須和 pickupMethod 一併提交。如要瞭解系統接受的屬性值,請參閱店面商品目錄資料規格

instoreProductLocation

string

產品在店內的位置。長度上限為 20 個位元組。