API

Close Warehouse Session

Call to this API is mandatory after performing warehouse operations.

It is possible to open multiple sessions concurrently. If this is the last warehouse session being closed then essentially statuses of all items will be synced to respective orders.

Also, the warehouse lock on the order will be relinquished and released for modifications in Accounts module.

On closing of warehouse session, system will sync all status changes to the Order.


POST

Starts a warehouse session.

👉🏿

End Point: /warehouse/session/{sessionID}/close

Sample response payload

{
 "sessionid": "string"
}