Method: accounts.lfpStores.get
Recupera le informazioni su un negozio.
Richiesta HTTP
GET https://merchantapi.googleapis.com/lfp/v1beta/{name=accounts/*/lfpStores/*}
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
name |
string
Obbligatorio. Il nome del negozio da recuperare. Formato: accounts/{account}/lfpStores/{target_merchant}~{storeCode}
|
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di LfpStore
.
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/content
Per ulteriori informazioni, consulta la sezione OAuth 2.0 Overview.
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-01-23 UTC.
[null,null,["Ultimo aggiornamento 2025-01-23 UTC."],[[["Retrieves detailed information about a specific Local Inventory Ads store."],["Requires authorization with the `https://www.googleapis.com/auth/content` scope."],["Uses a `GET` request to the specified URL with the store's name as a path parameter."],["The request body should be empty, and a successful response will return an `LfpStore` object."]]],["The core content describes how to retrieve store information using a `GET` request to a specific URL: `https://merchantapi.googleapis.com/lfp/v1beta/{name=accounts/*/lfpStores/*}`. The `name` parameter, a string, is required in the path and follows the format `accounts/{account}/lfpStores/{target_merchant}~{storeCode}`. The request body must be empty. A successful response returns an instance of `LfpStore`. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]