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

# StockSettingsInput Input Type

No description

```graphql
input StockSettingsInput {
  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 options. Strategy defines the preference of warehouses for allocations and reservations.

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

### Member Of

[`ChannelCreateInput`](/api-reference/channels/inputs/channel-create-input.md) input  ● [`ChannelUpdateInput`](/api-reference/channels/inputs/channel-update-input.md) input
