指定退还订单项以退款所需的字段-RefundLineItemInput 输入对象
指定退还订单项以退款所需的字段。
输入栏
- lineItemId(
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)) 必需的
退款中的订单项ID。 - locationId(
[ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
预定的补货地点(如果refundType没有)NO_RESTOCK - 数量(
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)) 必需的
返回的关联订单项的数量。 - restockType(
[RefundLineItemRestockType](https://shopify.dev/docs/admin-api/graphql/reference/orders/refundlineitemrestocktype))
此订单项的补货类型。 
