OrderReturnProductsInput Input Type
No description
input OrderReturnProductsInput {
orderLines: [OrderReturnLineInput!]
fulfillmentLines: [OrderReturnFulfillmentLineInput!]
amountToRefund: PositiveDecimal
includeShippingCosts: Boolean
refund: Boolean
}
Fields
OrderReturnProductsInput.orderLines ● [OrderReturnLineInput!] list input orders
List of unfulfilled lines to return.
OrderReturnProductsInput.fulfillmentLines ● [OrderReturnFulfillmentLineInput!] list input orders
List of fulfilled lines to return.
OrderReturnProductsInput.amountToRefund ● PositiveDecimal scalar miscellaneous
The total amount of refund when the value is provided manually.
OrderReturnProductsInput.includeShippingCosts ● Boolean scalar miscellaneous
If true, Saleor will refund shipping costs. If amountToRefund is providedincludeShippingCosts will be ignored.
OrderReturnProductsInput.refund ● Boolean scalar miscellaneous
If true, Saleor will call refund action for all lines.
Member Of
orderFulfillmentReturnProducts mutation