> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/miscellaneous/llms.txt)
> Source: https://docs.saleor.io/api-reference/miscellaneous/enums/stock-update-policy-enum

# StockUpdatePolicyEnum Enum

Determine how stocks should be updated, while processing an order.

SKIP - stocks are not checked and not updated. UPDATE - only do update, if there is enough stock. FORCE - force update, if there is not enough stock.

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

### Values

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

#### [`SKIP`](#skip)

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

#### [`UPDATE`](#update)

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

#### [`FORCE`](#force)

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

### Member Of

[`orderBulkCreate`](/api-reference/orders/mutations/order-bulk-create.md) mutation
