Skip to main content
Version: 3.x

OrderGrantRefundCreateInput

No description

input OrderGrantRefundCreateInput {
amount: Decimal
reason: String
lines: [OrderGrantRefundCreateLineInput!]
grantRefundForShipping: Boolean
}

Fields

OrderGrantRefundCreateInput.amount ● Decimal scalar

Amount of the granted refund. If not provided, the amount will be calculated automatically based on provided lines and grantRefundForShipping.

OrderGrantRefundCreateInput.reason ● String scalar

Reason of the granted refund.

OrderGrantRefundCreateInput.lines ● [OrderGrantRefundCreateLineInput!] list input

Lines to assign to granted refund.

Added in Saleor 3.15
This API is currently in Feature Preview and can be subject to changes at later point.

OrderGrantRefundCreateInput.grantRefundForShipping ● Boolean scalar

Determine if granted refund should include shipping costs.

Added in Saleor 3.15
This API is currently in Feature Preview and can be subject to changes at later point.

Member of

orderGrantRefundCreate mutation


Was this page helpful?