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

# OrderSettingsUpdateInput Input Type

No description

```graphql
input OrderSettingsUpdateInput {
  automaticallyConfirmAllNewOrders: Boolean
  automaticallyFulfillNonShippableGiftCard: Boolean
}
```

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

### Fields

<a id="automatically-confirm-all-new-orders"></a>

#### [`automaticallyConfirmAllNewOrders`](#automatically-confirm-all-new-orders) ● [`Boolean`](/api-reference/miscellaneous/scalars/boolean.md)

When disabled, all new orders from checkout will be marked as unconfirmed. When enabled orders from checkout will become unfulfilled immediately. By default set to True

<a id="automatically-fulfill-non-shippable-gift-card"></a>

#### [`automaticallyFulfillNonShippableGiftCard`](#automatically-fulfill-non-shippable-gift-card) ● [`Boolean`](/api-reference/miscellaneous/scalars/boolean.md)

When enabled, all non-shippable gift card orders will be fulfilled automatically. By default set to True.

<a id="member-of"></a>

### Member Of

[`orderSettingsUpdate`](/api-reference/deprecated/orders/mutations/order-settings-update.md) mutation
