# ReverseDeliveryLineItemInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a reverse delivery line item. ### Access Scopes ## Fields * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The quantity of the item to be included in the delivery. * [reverseFulfillmentOrderLineItemId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the related reverse fulfillment order line item. ## Input objects with this input object * [reverseDeliveryCreateWithShipping](/docs/api/admin-graphql/2024-10/mutations/reverseDeliveryCreateWithShipping) ## Examples