Create Items Stock Posting Inbound
Executes an inbound stock posting (Wareneingang) for an item in a specific warehouse. This is a relative stock change, not a target value - the provided Quantity is added to the item’s current stock in the given warehouse. Quantity must be greater than 0.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The tenant ID for the target ERP instance.
Path Parameters
Unique identifier of the warehouse the stock posting is executed in.
"b45f6432-2462-4c6f-b00f-1d9d01000000"
Unique identifier of the item the stock posting is executed for.
"b45f6432-2462-4c6f-b00f-1d9d01000000"
Body
Request model for ExecuteInboundStockPosting command endpoint. Route parameters bind from the route, query parameters from the query string, everything else from the body.
The positive quantity to be added to the item's current stock (relative delta, must be greater than 0).
Optional inventory management information (shelf life expiration date, batch number and/or serial numbers) to be taken into account. Applicable only for items configured with detailed inventory management.
Response
The inbound stock posting was executed successfully. Returns the item's resulting total stock in the warehouse.
The resulting stock for the item in the warehouse after a stock posting has been executed. Shared by the inbound and outbound stock posting endpoints.
The item's total physical stock (on-hand, including reserved) in the warehouse after the posting.