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