Unicommerce Cancel:
| Points | ESB |
---|---|---|
1 | SaleOrder cancelled before shipping package create | No |
2 | SaleOrder item cancelled before shipping package create | No |
3 | SaleOrder cancel after shipping package create /Shipping package Cancelled | Yes |
4 | SaleOrder item Cancel after shipping package create (partial cancel) | Yes |
5 | We may have to cancel order if facility is switched from Unicommerce...for a shipping package (all items cancel, facility switch,inventory release) | Yes |
Point 1 and 2 are not required Because we are orders on shipping package.
3. If all items in a SaleOrder or Shipping package got cancelled : /services/rest/v1/oms/shippingPackage/getShippingPackages : API with status cancelled. It will return all Cancelled Shipping packages.
4. Need to discuss Yet. if Single item cancelled after shipping package create, Then Same shipping package can be processed with non cancelled item or Full shipping package will be cancelled and new shipping package will be created with non cancelled items ?
if Same shipping package can be processed : didn’t identify which API should be use.
if Full shipping will be cancelled : We will use get shipping package API with cancelled status,.
TWO PROCESS FOR CANCELLATION:
A. Get Cancelled Shipping Packages. (CRON BASED). PULL CANCELLED SHIPPING PACKAGES FROM UNIWARE AND MARK COMPLTE SHIPMENT CANCEL IN WMS.
B. Get List of created shipments from Wms . Call get Shipping package detail API. Use saleOrderCode and call get SaleOrder API. If any item is in cancelled status mark the item cancel in wms. (Partial cancel Flow will be ans. in this)
NOTE* : shipping package can duplicate
After packed : user cancel on workspace and put away in uniware.
OrderItem Cancel :If order is packed in ESB uniware and in CSV canceled item found : log cancelled in wms .
If in wms shipment status is dispatched . Return error message on canceled item.
IF shipping package is cancelled in uniware after packed status. call putaway cancel API of uniware.