OrderReturnProductsInput Input Type
No description
input OrderReturnProductsInput {
orderLines: [OrderReturnLineInput!]
fulfillmentLines: [OrderReturnFulfillmentLineInput!]
amountToRefund: PositiveDecimal
includeShippingCosts: Boolean
refund: Boolean
}
Fields
orderLines ● [OrderReturnLineInput!]
List of unfulfilled lines to return.
fulfillmentLines ● [OrderReturnFulfillmentLineInput!]
List of fulfilled lines to return.
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.
refund ● Boolean
If true, Saleor will call refund action for all lines.
Member Of
orderFulfillmentReturnProducts mutation