退款输入-RefundInput 输入对象
指定创建退款的字段。
输入栏
- 货币(
[CurrencyCode](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/currencycode)
)
用于退还订单的货币(ISO格式)。这必须是演示货币(客户使用的货币),并且是货币和演示货币不同的订单的必填字段。 - 注意(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
退款随附的可选注释。 - 通知(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
是否向客户发送退款通知。 - orderId(
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
) 必需的
为其创建退款的订单ID。 - returnDuties(
[[RefundDutyInput!]](https://shopify.dev/docs/admin-api/graphql/reference/orders/refunddutyinput)
)
退税清单。 - returnLineItems(
[[RefundLineItemInput!]](https://shopify.dev/docs/admin-api/graphql/reference/orders/refundlineiteminput)
)
要退款的订单项列表。 - 运送(
[ShippingRefundInput](https://shopify.dev/docs/admin-api/graphql/reference/orders/shippingrefundinput)
)
指定要退还多少运输费用。 - 交易(
[[OrderTransactionInput!]](https://shopify.dev/docs/admin-api/graphql/reference/orders/ordertransactioninput)
)
退款涉及的交易清单。