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

# orderConfirm Mutation

Confirms an unconfirmed order by changing status to unfulfilled.

Requires the MANAGE\_ORDERS permission.

```graphql
orderConfirm(
  id: ID!
): OrderConfirm
```

Details

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

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

### Arguments

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

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

ID of an order to confirm.

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

### Type

<a id="orderconfirm"></a>

#### [`OrderConfirm`](/api-reference/orders/objects/order-confirm.md)

Confirms an unconfirmed order by changing status to unfulfilled.

Requires the MANAGE\_ORDERS permission.
