Merchant
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ผู้ขายสินค้าในรถเข็น/คำสั่งซื้อ/รายการโฆษณา
| การแสดง JSON |
{
"id": string,
"name": string,
"image": {
object (Image)
},
"phoneNumbers": [
{
object (PhoneNumber)
}
],
"address": {
object (Location)
}
} |
| ช่อง |
id |
string
รหัสที่ไม่บังคับซึ่งกำหนดให้กับผู้ขาย (หากมี)
|
name |
string
ชื่อผู้ขาย เช่น "Panera Bread"
|
image |
object (Image)
รูปภาพที่เชื่อมโยงกับผู้ขาย
|
phoneNumbers[] |
object (PhoneNumber)
หมายเลขโทรศัพท์ของผู้ขาย
|
address |
object (Location)
ที่อยู่ของผู้ขาย
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[],["The JSON representation details the structure for a merchant associated with a cart, order, or line item. Key information includes the merchant's `id`, `name`, and `image`. It also allows for an array of `phoneNumbers` and a structured `address`. The `id` is optional, while `name` is a string, `image` is an object, `phoneNumbers` are a collection of objects, and `address` is a structured object.\n"]]