# CalculateReturnLineItemInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for return line items on a calculated return. ### Access Scopes ## Fields * [fulfillmentLineItemId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the fulfillment line item to be returned. * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The quantity of the item to be returned. * [restockingFee](/docs/api/admin-graphql/2024-10/input-objects/RestockingFeeInput): RestockingFeeInput - The restocking fee for the return line item. ## Input objects with this input object * [CalculateReturnInput](/docs/api/admin-graphql/2024-10/input-objects/CalculateReturnInput) ## Examples