Merchant
Comerciante do carrinho/pedido/item de linha.
Representação JSON |
{
"id": string,
"name": string,
"image": {
object (Image )
},
"phoneNumbers": [
{
object (PhoneNumber )
}
],
"address": {
object (Location )
}
} |
Campos |
id |
string
ID opcional atribuído ao comerciante, se houver.
|
name |
string
O nome do comerciante, como "Panera Bread".
|
image |
object (Image )
A imagem associada ao comerciante.
|
phoneNumbers[] |
object (PhoneNumber )
Números de telefone do comerciante.
|
address |
object (Location )
Endereço do comerciante.
|
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2024-09-11 UTC.
[null,null,["Última atualização 2024-09-11 UTC."],[[["This documentation outlines the JSON representation for merchant information within a cart, order, or line item."],["The representation includes fields for merchant ID, name, image, phone numbers, and address, with links to further details for complex object types."],["The `id` field is optional, while the `name` field is required for basic identification of the merchant."]]],["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"]]