...
API Name | Old API endpoint (v0) | New API Endpoint (v1) |
---|---|---|
POST /push/skuListing | POST | /usp/listing/create | |
PUT |/sellfast/inventories/absolute-update PUT | /inventories/incremental-update | PUT | /usp/inventories/absolute | |
NA | POST | {Client’s URL} | |
Seller Cancellation from External Fulfillment System (EFS) API | PUT /sellfast/order/cancel-line-items | PUT | /usp/order/cancel |
POST /sellfast/picklist/release | POST | /usp/picklist/create | |
POST /sellfast/picklist/add-orders/id | POST | /usp/picklist/add-order | |
POST /sellfast/pack/combined/{orderId} | POST | /usp/order/pack | |
NA | POST | /usp/ manifest | |
POST /sellfast/handover | POST | /usp/ handover | |
POST | /sellfast/manifest/combined | POST /ewms/push/usp/handover/combined | |
NA | POST | {Client’s URL} | |
NA | POST | /usp/return |
...
New channels in Increff system (CIMS module) will be created by Increff Customer Success team for EFS system
EFS needs to create the listings for all the channels using Listing Creation By External Fulfilment System (EFS) API
Resyncing of Inventory
Since the new API endpoints and channels are now configured, EFS system needs to send the inventory updates again to Increff system so that resyncing of Inventory can happen without any inventory discrepancies between all systems (EFS, Increff , Marketplaces).
...
Go to Increff CIMS user interface
Navigate to Enable/Disable ERP Notifications screen and turn ON the toggles for the below notifications (as what is required by EFS system)
RETURN_ORDER_COMPLETERETURN_ORDER_CREATE
SUBORDER_CANCEL
SUBORDER_COMPLETE
SUBORDER_CREATE → This event will be triggered once any return order is created by any marketplace and will contain the return order details required by EFS system to process the same.
SUBORDER_CREATE → This event will be triggered once any Forward order is created by any marketplace and will contain the forward order details required by EFS system to process the same.
SUBORDER_COMPLETE → This event will be triggered once any sub-order which will be part of a parent order (if spliited by Increff OMS) is completed in Increff system
SUBORDER_CANCEL → This event will be triggered once any sub-order which will be part of a parent order (if spliited by Increff OMS) is cancelled in Increff system from Marketplace or from Seller (by EFS)
SUBORDER_PARTIAL_CANCEL → This event will be triggered once some line items or qty of any line item of a sub-order which will be part of a parent order (if spliited by Increff OMS) is cancelled in Increff system from Marketplace or from Seller (by EFS)
Go to Channel Mappings screen and turn ON the notifications for the respective channels which are requied by EFS.
Notify to Incref Customer success team to configure the API call back URLs and triggers for the notifications in Increff system.
...