--- title: ReverseDeliveryTrackingInput - GraphQL Admin description: The input fields for tracking information about a return delivery. api_version: 2026-04 api_name: admin type: input-object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ReverseDeliveryTrackingInput md: >- https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ReverseDeliveryTrackingInput.md metadata: domain: admin --- # Reverse​Delivery​Tracking​Input input\_object The input fields for tracking information about a return delivery. ## Fields * number [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The tracking number for the label. * url [URL](https://shopify.dev/docs/api/admin-graphql/latest/scalars/URL) The tracking URL for the carrier. If the carrier isn't supported by Shopify, then provide the tracking URL of the delivery. *** ## Mutations using this input * [reverse​Delivery​Create​With​Shipping.trackingInput](https://shopify.dev/docs/api/admin-graphql/latest/mutations/reverseDeliveryCreateWithShipping#arguments-trackingInput) ARGUMENT * [reverse​Delivery​Shipping​Update.trackingInput](https://shopify.dev/docs/api/admin-graphql/latest/mutations/reverseDeliveryShippingUpdate#arguments-trackingInput) ARGUMENT *** ## Map ### Mutations using this input * [reverse​Delivery​Create​With​Shipping.trackingInput](https://shopify.dev/docs/api/admin-graphql/latest/mutations/reverseDeliveryCreateWithShipping#arguments-trackingInput) * [reverse​Delivery​Shipping​Update.trackingInput](https://shopify.dev/docs/api/admin-graphql/latest/mutations/reverseDeliveryShippingUpdate#arguments-trackingInput)