Inbound | PUT | /orders/inward/close

Summary

This API allows an integrated ERP system to signal that an Inward Order (PO) should be closed within the Increff WMS system. This closure prevents any further inventory inbounding for products associated with that purchase order.

Description

Request

{
  "orderCode": "Order-1",
  "locationCode": "Loc-1"
}
Parameter Name Data Type Description Mandatory
orderCode String Unique code used by channel to identify the order Yes
locationCode String Location code of the warehouse where the order will be received Yes

Response

Empty Body

HttpStatus Code

200