Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Per segnalare una relazione con un account commerciante, un partner Shopping deve prima
utilizza la accounts.link
per inviare una richiesta di collegamento.
La richiesta di collegamento contiene un oggetto linkedAccountId
che identifica il commerciante che riceve la richiesta e che ha un action
tipo di request. Ogni link deve anche specificare un insieme di services
che enumera le funzionalità che il partner fornisce al commerciante. Le seguenti
Valori di services
sono supportati.
Servizio
Descrizione
shoppingAdsProductManagement
Gestione dei dati di prodotto per gli annunci Shopping
shoppingActionsProductManagement
Gestione dei dati di prodotto per Acquista su Google (precedentemente nota come Shopping Actions)
shoppingActionsOrderManagement
Gestione degli ordini per Acquista su Google (precedentemente nota come Shopping Actions)
Inoltre, una richiesta deve contenere anche un elemento linkType valido
che descrive il tipo di partner Shopping che effettua la richiesta. Shopping
ai partner viene assegnata una delle seguenti etichette e devono utilizzare le
nel campo linkType quando chiami l'API.
LinkType validi
channelPartner
eCommercePlatform
Esempio
La seguente chiamata API invia una richiesta di collegamento dall'account di un partner
123456789 a un commerciante con linkedAccountId di "98765".
Il "eCommercePlatform"linkType identifica il partner come un e-commerce
completamente gestita. L'elenco services indica che il partner fornisce
"shoppingAdsProductManagement" (gestione dei dati di prodotto per gli annunci Shopping) e
"shoppingActionsOrderManagement" (gestione degli ordini per Acquista su Google, in precedenza
note come Shopping Actions).
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-10-14 UTC."],[[["The Merchant API is the new version of the Content API for Shopping and represents the future of the platform."],["To establish a relationship, partners must send a linking request using the `accounts.link` method, specifying the desired services and partner type."],["The link request requires approval from the receiving merchant before it becomes fully established."],["Partners can be categorized as either `channelPartner` or `eCommercePlatform` and must use their designated `linkType` in the API call."],["The `services` field allows partners to indicate the specific features they offer to merchants, such as product and order management."]]],["The Merchant API beta, a new version of the Content API for Shopping, is introduced. Shopping partners must use the `accounts.link` method to request a link to a merchant account. This requires specifying the `linkedAccountId` of the merchant, the `linkType` (e.g., `channelPartner`, `eCommercePlatform`), the provided `services` (e.g., `shoppingAdsProductManagement`), and an `action` of `request`. The link requires the receiving merchant's approval to be established. An example API call is provided.\n"]]