# 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](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the abandonment that needs to be updated. * [deliveredAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The delivery timestamp if the activity delivered. * [deliveryStatus](/docs/api/admin-graphql/2024-10/enums/AbandonmentDeliveryState): AbandonmentDeliveryState! - The new delivery status of the marketing activity for this abandonment. * [deliveryStatusChangeReason](/docs/api/admin-graphql/2024-10/scalars/String): String - The reason why the activity was or was not delivered. * [marketingActivityId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the marketing activity that needs to be updated. ## Returns * [abandonment](/docs/api/admin-graphql/2024-10/objects/Abandonment): Abandonment The updated abandonment. * [userErrors](/docs/api/admin-graphql/2024-10/objects/AbandonmentUpdateActivitiesDeliveryStatusesUserError): AbandonmentUpdateActivitiesDeliveryStatusesUserError! The list of errors that occurred from executing the mutation. ## Examples