ModifyLinkedOfferObjectsRequest
Pola |
linkedOfferObjectIds |
object (ModifyLinkedOfferObjects )
Identyfikatory obiektów połączonej oferty do dodania lub usunięcia z obiektu.
|
ModifyLinkedOfferObjects
Zapis JSON |
{
"addLinkedOfferObjectIds": [
string
],
"removeLinkedOfferObjectIds": [
string
]
} |
Pola |
addLinkedOfferObjectIds[] |
string
Identyfikatory obiektów połączonej oferty specjalnej do dodania do obiektu.
|
removeLinkedOfferObjectIds[] |
string
Identyfikatory obiektów połączonej oferty do usunięcia z obiektu.
|
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: 2024-11-13 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]