deliveryPromiseParticipantsUpdate - admin-graphql - MUTATION
Version: 2025-01
Description:
Updates the delivery promise participants by adding or removing owners based on a branded promise handle.
Access Scopes
`write_delivery_promises` access scope.
Arguments
-
brandedPromiseHandle:
String! -
The branded promise handle to update the delivery promise participants for.
-
ownersToAdd:
ID -
The owners to add to the delivery promise participants.
-
ownersToRemove:
ID -
The owners to remove from the delivery promise participants.
Returns
-
promiseParticipants:
PromiseParticipant
The promise participants that were added.
-
userErrors:
UserError!
The list of errors that occurred from executing the mutation.
Examples