> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/products/llms.txt)
> Source: https://docs.saleor.io/api-reference/products/objects/stock-settings

# StockSettings Object

Represents the channel stock settings.

```graphql
type StockSettings {
  allocationStrategy: AllocationStrategyEnum!
}
```

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

### Fields

<a id="allocation-strategy"></a>

#### [`allocationStrategy`](#allocation-strategy) ● [`AllocationStrategyEnum!`](/api-reference/products/enums/allocation-strategy-enum.md)

Allocation strategy defines the preference of warehouses for allocations and reservations.

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

### Member Of

[`Channel`](/api-reference/channels/objects/channel.md) object
