Skip to main content
POST
Converts an existing standard item into a stock item, so that its stock is managed in warehouses from then on.

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 item that is converted into a stock item.

Example:

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

Body

application/json

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

stockManagement
object
required

The stock management configuration the item receives. All mandatory settings must be supplied.

Response

The item was successfully converted into a stock item.

Converts an existing standard item into a stock item, so that its stock is managed in warehouses from then on. The full stock management configuration is mandatory, because the item has no such configuration to fall back on yet. Use POST /v2/items/{itemId}/standard-items/convert for the opposite direction. - Response

itemId
string<uuid>
required

Unique ID of the converted item. Unchanged - a stock item keeps the ID it had as a standard item.

Example:

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