# reverseDeliveryShippingUpdate - admin-graphql - MUTATION Version: 2024-10 ## Description Updates a reverse delivery with associated external shipping information. ### Access Scopes `write_returns` access scope. Also: The user must have `return_orders` permission. ## Arguments * [labelInput](/docs/api/admin-graphql/2024-10/input-objects/ReverseDeliveryLabelInput): ReverseDeliveryLabelInput - The return label file information for the reverse delivery. * [notifyCustomer](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean - If `true` and an email address exists on the `ReverseFulfillmentOrder.order`, then the customer is notified with the updated delivery instructions. * [reverseDeliveryId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the reverse delivery to update. * [trackingInput](/docs/api/admin-graphql/2024-10/input-objects/ReverseDeliveryTrackingInput): ReverseDeliveryTrackingInput - The tracking information for the reverse delivery. ## Returns * [reverseDelivery](/docs/api/admin-graphql/2024-10/objects/ReverseDelivery): ReverseDelivery The updated reverse delivery. * [userErrors](/docs/api/admin-graphql/2024-10/objects/ReturnUserError): ReturnUserError! The list of errors that occurred from executing the mutation. ## Examples