Skip to main content
Version: 3.x

OrderGrantRefundCreate

Adds granted refund to the order.

Added in Saleor 3.13
This API is currently in Feature Preview and can be subject to changes at later point.
Requires MANAGE_ORDERSpermission.
type OrderGrantRefundCreate {
order: Order
grantedRefund: OrderGrantedRefund
errors: [OrderGrantRefundCreateError!]!
}

Fields

OrderGrantRefundCreate.order ● Order object

Order which has assigned new grant refund.

OrderGrantRefundCreate.grantedRefund ● OrderGrantedRefund object

Created granted refund.

OrderGrantRefundCreate.errors ● [OrderGrantRefundCreateError!]! non-null object

Returned by

orderGrantRefundCreate mutation


Was this page helpful?