Skip to main content

OrderGrantRefundCreate Object

Adds granted refund to the order.

Requires the MANAGE_ORDERSpermission.
type OrderGrantRefundCreate {
order: Order
grantedRefund: OrderGrantedRefund
errors: [OrderGrantRefundCreateError!]!
}

Fields

order ● Order

Order which has assigned new grant refund.

grantedRefund ● OrderGrantedRefund

Created granted refund.

errors ● [OrderGrantRefundCreateError!]!

Returned By

orderGrantRefundCreate mutation