OrderRefundProductsInput
No description
input OrderRefundProductsInput {
orderLines: [OrderRefundLineInput!]
fulfillmentLines: [OrderRefundFulfillmentLineInput!]
amountToRefund: PositiveDecimal
includeShippingCosts: Boolean
}
Fields
OrderRefundProductsInput.orderLines
● [OrderRefundLineInput!]
list input
List of unfulfilled lines to refund.
OrderRefundProductsInput.fulfillmentLines
● [OrderRefundFulfillmentLineInput!]
list input
List of fulfilled lines to refund.
OrderRefundProductsInput.amountToRefund
● PositiveDecimal
scalar
The total amount of refund when the value is provided manually.
OrderRefundProductsInput.includeShippingCosts
● Boolean
scalar
If true, Saleor will refund shipping costs. If amountToRefund is providedincludeShippingCosts will be ignored.
Member of
orderFulfillmentRefundProducts
mutation