Skip to main content

OrderRefundProductsInput

No description

input OrderRefundProductsInput {
orderLines: [OrderRefundLineInput!]
fulfillmentLines: [OrderRefundFulfillmentLineInput!]
amountToRefund: PositiveDecimal
includeShippingCosts: Boolean
}

Fields

OrderRefundProductsInput.orderLines ● [OrderRefundLineInput!] list input orders

List of unfulfilled lines to refund.

OrderRefundProductsInput.fulfillmentLines ● [OrderRefundFulfillmentLineInput!] list input orders

List of fulfilled lines to refund.

OrderRefundProductsInput.amountToRefund ● PositiveDecimal scalar miscellaneous

The total amount of refund when the value is provided manually.

OrderRefundProductsInput.includeShippingCosts ● Boolean scalar miscellaneous

If true, Saleor will refund shipping costs. If amountToRefund is providedincludeShippingCosts will be ignored.

Member Of

orderFulfillmentRefundProducts mutation