abandonmentUpdateActivitiesDeliveryStatuses - admin-graphql - MUTATION
Version: 2024-10
Description:
Updates the marketing activities delivery statuses for an abandonment.
Access Scopes
`write_marketing_events` access scope.
Arguments
-
abandonmentId:
ID! -
The ID of the abandonment that needs to be updated.
-
deliveredAt:
DateTime -
The delivery timestamp if the activity delivered.
-
deliveryStatus:
AbandonmentDeliveryState! -
The new delivery status of the marketing activity for this abandonment.
-
deliveryStatusChangeReason:
String -
The reason why the activity was or was not delivered.
-
marketingActivityId:
ID! -
The ID of the marketing activity that needs to be updated.
Returns
-
abandonment:
Abandonment
The updated abandonment.
-
userErrors:
AbandonmentUpdateActivitiesDeliveryStatusesUserError!
The list of errors that occurred from executing the mutation.
Examples