> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/orders/llms.txt)
> Source: https://docs.saleor.io/api-reference/orders/mutations/order-fulfillment-refund-products

# orderFulfillmentRefundProducts Mutation

Refund products.

Requires the MANAGE\_ORDERS permission.

```graphql
orderFulfillmentRefundProducts(
  input: OrderRefundProductsInput!
  order: ID!
): FulfillmentRefundProducts
```

Details

```graphql
type FulfillmentRefundProducts {
  fulfillment: Fulfillment
  order: Order
  orderErrors: [OrderError!]! @deprecated
  errors: [OrderError!]!
}
```

<a id="arguments"></a>

### Arguments

<a id="input"></a>

#### [`input`](#input) ● [`OrderRefundProductsInput!`](/api-reference/orders/inputs/order-refund-products-input.md)

Fields required to create an refund fulfillment.

<a id="order"></a>

#### [`order`](#order) ● [`ID!`](/api-reference/miscellaneous/scalars/id.md)

ID of the order to be refunded.

<a id="type"></a>

### Type

<a id="fulfillmentrefundproducts"></a>

#### [`FulfillmentRefundProducts`](/api-reference/orders/objects/fulfillment-refund-products.md)

Refund products.

Requires the MANAGE\_ORDERS permission.
