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.
orderGrantRefundCreate(
id: ID!
input: OrderGrantRefundCreateInput!
): OrderGrantRefundCreate

Arguments

orderGrantRefundCreate.id ● ID! non-null scalar

ID of the order.

orderGrantRefundCreate.input ● OrderGrantRefundCreateInput! non-null input

Fields required to create a granted refund for the order.

Type

OrderGrantRefundCreate object

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.

Was this page helpful?