Inward Order Closure API (Beta)

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

  • This API endpoint 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.

  • ERP has a closure state against POs. What it means is that after this, no further inwards should be taken against this PO. Generally this happens because EPR would have given POs to vendors for certain time duration. Warehouse teams does not have access to ERP. Hence they have no way of knowing this information. unless it's coming from APIS to WMS.

  • Closure can mean cancellation if nothing is GRNd. It can mean close or completion if anything is GRNed.

 

Request

{ "orderCode": "Order-1", "locationCode": "Loc-1" }

Parameter Name

Data Type

Description

Mandatory

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