EasyEcom - ONDC CostBo Integration Flow

EasyEcom - ONDC CostBo Integration Flow

Process Flow

Inventory Check

Order Flow

EasyEcom APIs 

Following are the EasyEcom APIs used in this integration


Sl.no

API

Type

Description​​​​

1

Add Auth/ Validate Auth

`api.easyecom.io/access/token`

GET

Takes a username password, and location key and returns an access token.

2

Get Product Inventory By SKU

`api.easyecom.io/getStatusWiseInventory?`

GET

This API takes multiple SKU codes and returns the corresponding inventory detail

3

Create EasyEcom Order

`api.easyecom.io/webhook/v2/createOrder`

POST

This API is used to create an EasyEcom order.

4

Get All Orders (Internal testing)

`api.easyecom.io/orders/V2/getAllOrders`

GET

This API will fetch all the orders from EasyEcom.

5

Assign AWB

`api.easyecom.io/Carrier/assignAWB`

POST

This API is used to update the AWB number

6

Update Tracking Status

`api.easyecom.io/Carrier/V2/updateTrackingStatus`


This API is used to update the tracking status of the order

7

Cancel Order

`api.easyecom.io/orders/cancelOrder`

POST

This API is used to cancel the order completely.


    • Related Articles

    • UniCommerce - ONDC CostBo Integration Flow

      Process Flow Integration Flow Catalog and Inventory Flow Order Flow Unicommerce APIs Sl. no API Type Description 1 Add Auth `/catalog-partner-service/api/v2/business/catalog/partner/addAuth` POST Takes a username password, and facility code and ...