Items Create call working as Update using REST API in Oracle WMS
Hi,
If an Item is already available in WMS and then we will send JSON payload with action_code as "CREATE" for that item then system is considering it as a update call and will update the item.
Expectation:
If we send a "CREATE" call then system will create the item and if same item already exists then that request should through error. (happens in IB Shipment and Sales Order)
If we send a "UPDATE" call then only system should update the item.
0