---
title: CalculateReturnLineItemInput - Customer API
description: The input fields for return line items on a calculated return.
api_version: 2025-04
api_name: customer
type: input-object
api_type: graphql
source_url:
  html: >-
    https://shopify.dev/docs/api/customer/2025-04/input-objects/CalculateReturnLineItemInput
  md: >-
    https://shopify.dev/docs/api/customer/2025-04/input-objects/CalculateReturnLineItemInput.md
---

# Calculate​Return​Line​Item​Input

input\_object

The input fields for return line items on a calculated return.

## Fields

* line​Item​Id

  [ID!](https://shopify.dev/docs/api/customer/2025-04/scalars/ID)

  non-null

  The ID of the line item to be returned.

* quantity

  [Int!](https://shopify.dev/docs/api/customer/2025-04/scalars/Int)

  non-null

  The quantity of the item to be returned.Quantity can't exceed the line item's fulfilled quantity.

***

## Input objects using this input

* [Calculate​Return​Input.returnLineItems](https://shopify.dev/docs/api/customer/2025-04/input-objects/CalculateReturnInput#fields-returnLineItems)

  INPUT OBJECT

  The input fields to calculate return amounts associated with an order.

***

## Map

### Input objects using this input

* [Calculate​Return​Input.returnLineItems](https://shopify.dev/docs/api/customer/2025-04/input-objects/CalculateReturnInput#fields-returnLineItems)
