退款订单项的详细信息-RefundLineItem 对象
代表有关退款订单项的详细信息。
所需的访问
read_orders
访问范围。
在本页面
字段
- lineItem(
[LineItem!](https://shopify.dev/docs/admin-api/graphql/reference/orders/lineitem)
)
返回LineItem资源。这表示非退款环境中的LineItem。 - location(
[Location](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/location)
)
库存补货位置。 - priceSet(
[MoneyBag!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag)
)
以商店和演示货币返回退款的订单项的价格。 - quantity(
[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)
)
代表已退款订单项的补货类型。 - restocked(
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
退还的订单项是否已补货。不适用于“建议退款”。 - subtotalSet(
[MoneyBag!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag)
)
以商店和演示货币返回退款的订单项的小计价格。 - totalTaxSet(
[MoneyBag!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag)
)
以商店和演示货币返回退还的订单项收取的总税额。
返回RefundLineItem的类型
[Refund.refundLineItems](https://shopify.dev/docs/admin-api/graphql/reference/orders/refund#refundlineitems-2021-01)
[SuggestedRefund.refundLineItems](https://shopify.dev/docs/admin-api/graphql/reference/orders/suggestedrefund#refundlineitems-2021-01)
在本页面
字段
- edges(
[[RefundLineItemEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/orders/refundlineitem)
)
边列表。 - pageInfo(
[PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo)
)
有助于分页的信息。
一种自动生成的类型,在分页期间包含一个RefundLineItem和一个光标。
在本页面
字段
- cursor(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
用于分页的光标。 - node(
[RefundLineItem!](https://shopify.dev/docs/admin-api/graphql/reference/orders/refundlineitem)
)
RefundLineItemEdge末尾的项目。
返回RefundLineItemEdge的类型
[RefundLineItemConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/orders/refundlineitem#edges-2021-01)