Skip to main content
PATCH
Updates the stock management configuration of an existing stock item.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Idempotency-Key
string

Optional, client-generated key for deduplicating repeated write requests. A repeated request with the same key returns the originally recorded result instead of executing the effect again.

Required string length: 1 - 255
x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Path Parameters

itemId
string<uuid>
required

Unique ID of the stock item whose stock management configuration is updated.

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

Body

application/json

Request model for ChangeStockItem command endpoint. Route parameters bind from the route, query parameters from the query string, everything else from the body.

stockManagement
object

The stock management settings to change. Omitted settings keep their current value.

Response

The stock management configuration was successfully updated.

Updates the stock management configuration of an existing stock item. Every field is optional - omitted fields keep their current value, and a request that supplies no setting at all succeeds with 200 without changing anything. The item must already be a stock item; use POST /v2/items/{itemId}/stock-items/convert to turn a standard item into one first. - Response

itemId
string<uuid>
required

Unique ID of the updated stock item.

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"