Merchant
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Sprzedawca dla koszyka/zamówienia/elementu zamówienia.
| Zapis JSON |
{
"id": string,
"name": string,
"image": {
object (Image)
},
"phoneNumbers": [
{
object (PhoneNumber)
}
],
"address": {
object (Location)
}
} |
| Pola |
id |
string
Opcjonalny identyfikator przypisany do sprzedawcy.
|
name |
string
Nazwa sprzedawcy, np. „Panera Chleb”.
|
image |
object (Image)
Zdjęcie powiązane ze sprzedawcą.
|
phoneNumbers[] |
object (PhoneNumber)
Numery telefonów sprzedawcy.
|
address |
object (Location)
Adres sprzedawcy.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]