Adjust the stock of a specific item. Depending from the item and warehouse many more details must be given (f.e. storage location, batch,…).
The access token received from the authorization server in the OAuth 2.0 flow.
Optional: If no token is present, the API Gateway injects it.
Specify the desired API version, e.g. '1.0'. If not provided, the last available version is set.
This is the name of your application, e.g. "MyApp/1.0.0". It is used to identify your application.
This is where the version number of your application is entered, e.g. "1.0.0".
The User-Id (int or uuid) on whose behalf the request is executed. Requires scope 'Application.RunAs'.
The id of a session in which the call will be executed.
The tenant ID for the target ERP instance.
If true, the workflows do not trigger automatic.
The relevant information for the stock change.
Model Class: CreateStock
Warehouse ID.
Id of the item.
The quantity that should be added to this storage location.
Storage location ID if the warehouse type is JTL-WMS.
Shelf life expiration date of the item, if applicable.
Batch number of the item if, the item is a batch item.
The purchase price of the item.
Serial numbers of the item. The amount of serial numbers must match the quantity and no serial numbers that are already in stock are allowed.
Comment for this stock change.
The created stock.
Model Class: Stock
Warehouse ID.
Storage location ID if the warehouse type is JTL-WMS.
Name of the storage location.
Id of the item.
Shelf life expiration date of the item, if applicable.
Batch number of the item if, the item is a batch item.
Total quantity of this item at this storage location.
Quantity at this storage location that is locked for shipment, f.e. because the storage location or warehouse is locked for shipment.
Quantity at this storage location that is locked for availability, f.e. because the storage location or warehouse is locked for availability.
Quantity at this storage location that is on picking lists.