AI-generated Key Takeaways
-
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
ModifyLinkedOfferObjectsobject usesaddLinkedOfferObjectIdsandremoveLinkedOfferObjectIdsfields to manage the linked offers. -
Both
addLinkedOfferObjectIdsandremoveLinkedOfferObjectIdsare arrays of strings representing the respective object IDs.
| JSON representation |
|---|
{
"linkedOfferObjectIds": {
object ( |
| Fields | |
|---|---|
linkedOfferObjectIds |
The linked offer object ids to add or remove from the object. |
ModifyLinkedOfferObjects
| JSON representation |
|---|
{ "addLinkedOfferObjectIds": [ string ], "removeLinkedOfferObjectIds": [ string ] } |
| Fields | |
|---|---|
addLinkedOfferObjectIds[] |
The linked offer object ids to add to the object. |
removeLinkedOfferObjectIds[] |
The linked offer object ids to remove from the object. |