Stock Adjustment
Adjust the stock of a specific item. Depending from the item and warehouse many more details must be given (f.e. storage location, batch,…).
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The tenant ID for the target ERP instance.
The User-Id (int or uuid) on whose behalf the request is executed. Requires scope 'Application.RunAs'.
The Company-Id (int or uuid) of the company on whose behalf the request is executed.
Query Parameters
If true, the workflows do not trigger automatic.
Body
The relevant information for the stock change.
Model Class: CreateStock
Warehouse ID.
"b45f6432-2462-4c6f-b00f-1d9d01000000"
Storage location ID if the warehouse type is JTL-WMS.
"b45f6432-2462-4c6f-b00f-1d9d01000000"
Id of the item.
"b45f6432-2462-4c6f-b00f-1d9d01000000"
Shelf life expiration date of the item, if applicable.
Batch number of the item if, the item is a batch item.
The quantity that should be added to this storage location.
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.
Response
The created stock.
Model Class: Stock
Warehouse ID.
"b45f6432-2462-4c6f-b00f-1d9d01000000"
Storage location ID if the warehouse type is JTL-WMS.
"b45f6432-2462-4c6f-b00f-1d9d01000000"
Name of the storage location.
Id of the item.
"b45f6432-2462-4c6f-b00f-1d9d01000000"
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.