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

# orderSettings Query

DEPRECATED

Use the `channel` query to fetch the `orderSettings` field instead.

Order related settings from site settings. Returns `orderSettings` for the first `channel` in alphabetical order.

Requires the MANAGE\_ORDERS permission.

```graphql
orderSettings: OrderSettings @deprecated
```

Details

```graphql
type OrderSettings {
  automaticallyConfirmAllNewOrders: Boolean!
  automaticallyFulfillNonShippableGiftCard: Boolean!
  expireOrdersAfter: Minute
  markAsPaidStrategy: MarkAsPaidStrategyEnum!
  deleteExpiredOrdersAfter: Day!
  allowUnpaidOrders: Boolean!
  includeDraftOrderInVoucherUsage: Boolean!
  draftOrderLinePriceFreezePeriod: Hour
  useLegacyLineDiscountPropagation: Boolean!
}
```

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

### Type

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

#### [`OrderSettings`](/api-reference/miscellaneous/objects/order-settings.md)

Represents the channel-specific order settings.
