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