RefundLineItemInput input object
Specifies the fields required to return line items on a refund.
Input fields
- lineItemId (
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
) REQUIRED
The ID of the line item in the refund. - locationId (
[ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
The intended location for restocking ifrefundType
is notNO_RESTOCK
- quantity (
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
) REQUIRED
The quantity of the associated line item that was returned. - restockType (
[RefundLineItemRestockType](https://shopify.dev/docs/admin-api/graphql/reference/orders/refundlineitemrestocktype)
)
The type of restock for this line item.