Skip to main content
Version: 3.x

OrderGrantRefundUpdateInput

No description

input OrderGrantRefundUpdateInput {
amount: Decimal
reason: String
addLines: [OrderGrantRefundUpdateLineAddInput!]
removeLines: [ID!]
grantRefundForShipping: Boolean
}

Fields

OrderGrantRefundUpdateInput.amount ● Decimal scalar

Amount of the granted refund. if not provided and addLines or removeLines or grantRefundForShipping is provided, amount will be calculated automatically.

OrderGrantRefundUpdateInput.reason ● String scalar

Reason of the granted refund.

OrderGrantRefundUpdateInput.addLines ● [OrderGrantRefundUpdateLineAddInput!] 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.

OrderGrantRefundUpdateInput.removeLines ● [ID!] list scalar

Lines to remove from granted refund.

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

OrderGrantRefundUpdateInput.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

orderGrantRefundUpdate mutation


Was this page helpful?