建议退款-SuggestedRefund 对象
表示根据退回的物品建议提交的退款。
所需的访问
read_orders
访问范围。
在本页面
字段
- amountSet(
[MoneyBag!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag)
)
以商店和展示货币退款的总货币值。 - discountedSubtotalSet(
[MoneyBag!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag)
)
退款的订单项所有折扣价的总和。 - maximumRefundableSet(
[MoneyBag!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag)
)
可用于以商店和展示货币退款的总货币值。 - returnDuties(
[[RefundDuty!]!](https://shopify.dev/docs/admin-api/graphql/reference/orders/refundduty)
)
一系列职责将退还给客户。 - returnLineItems(
[[RefundLineItem!]!](https://shopify.dev/docs/admin-api/graphql/reference/orders/refundlineitem)
)
一系列将返回给客户的订单项。 - 运送(
[ShippingRefund!](https://shopify.dev/docs/admin-api/graphql/reference/orders/shippingrefund)
)
客户支付的运输费用退款明细。 - 小计集(
[MoneyBag!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag)
)
以商店和展示货币退款的所有订单项价格之和。 - 建议交易(
[[SuggestedOrderTransaction!]!](https://shopify.dev/docs/admin-api/graphql/reference/orders/suggestedordertransaction)
)
建议的订单交易项的数组。 - totalCartDiscountAmountSet(
[MoneyBag!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag)
)
应用于退款中所有订单项的购物车总折扣金额。 - totalDutiesSet(
[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)
)
从订单中退还的所有税款的总和(必须为正),以商店和演示货币表示。
返回建议退款的类型
[Order.suggestedRefund](https://shopify.dev/docs/admin-api/graphql/reference/orders/order#suggestedrefund-2021-01)