LocalInventory
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
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 個位元組。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-29 (世界標準時間)。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"缺少我需要的資訊"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"過於複雜/步驟過多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"過時"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻譯問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/程式碼問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"容易理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"確實解決了我的問題"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u4e0a\u6b21\u66f4\u65b0\u6642\u9593\uff1a2024-08-29 (\u4e16\u754c\u6a19\u6e96\u6642\u9593)\u3002"}
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-08-29 (世界標準時間)。"]]