ModifyLinkedOfferObjectsRequest
Campi |
linkedOfferObjectIds |
object (ModifyLinkedOfferObjects )
Gli ID oggetto dell'offerta collegati da aggiungere o rimuovere dall'oggetto.
|
ModifyLinkedOfferObjects
Rappresentazione JSON |
{
"addLinkedOfferObjectIds": [
string
],
"removeLinkedOfferObjectIds": [
string
]
} |
Campi |
addLinkedOfferObjectIds[] |
string
Gli ID oggetto dell'offerta collegati da aggiungere all'oggetto.
|
removeLinkedOfferObjectIds[] |
string
Gli ID oggetto dell'offerta collegata da rimuovere dall'oggetto.
|
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 2024-11-13 UTC.
[null,null,["Ultimo aggiornamento 2024-11-13 UTC."],[[["This documentation describes the JSON representation for modifying linked offer objects in a system."],["It involves specifying object IDs to add or remove linked offers."],["The `ModifyLinkedOfferObjects` object uses `addLinkedOfferObjectIds` and `removeLinkedOfferObjectIds` fields to manage the linked offers."],["Both `addLinkedOfferObjectIds` and `removeLinkedOfferObjectIds` are arrays of strings representing the respective object IDs."]]],["The content details the structure for modifying linked offer objects. It uses JSON, representing actions through two fields: `addLinkedOfferObjectIds` and `removeLinkedOfferObjectIds`. These fields, both string arrays, specify which linked offer object IDs should be added to or removed from an object, respectively. The primary structure employs a `linkedOfferObjectIds` object that references the modification details for managing linked offers.\n"]]