MSME Retail Ecosystem
Overview
A suite of APIs to place orders to distributors on Retail Ecosystem Service (Open Market)
Overview
MSME Retail Ecosystem is a collection of APIs that are built to enable digital interconnection of the Manufacture/FMCH/Sole Suppliers - Distributors and Retailer. Offering the retailer the luxury of making calls to place orders for goods to our pool of Manufacture/FMCH/Sole Supplier through their associated Distributors, whom in turn can effectively manage orders, inventory, and track delivery by assigned sales representatives.
Process Flow
Step 1: Make a retail API call. For example, Get Active Suppliers.
Step 2: Get a response. Below is a sample response after a successful active suppliers call.
{
"statusCode": 200,
"message": "Supplier(s) retrieved successfully!",
"data": {
"total": 4,
"perPage": 10,
"currentPage": 1,
"lastPage": 1,
"nextPageUrl": null,
"prevPageUrl": null,
"from": 1,
"to": 4,
"list": [
{
"id": 14,
"createdOn": "2022-02-08 18:40:43",
"merchantCode": "MX71026",
"name": "Dev United_SANDBOX",
"marketplaceId": 82,
"marketplaceUrl": "mx71026-291e242d49164911",
"logoUrl": null
},
{
"id": 10,
"createdOn": "2021-11-09 17:38:33",
"merchantCode": "MX14824",
"name": "Kryjzstic",
"marketplaceId": 74,
"marketplaceUrl": "mx14824-52d6e24da2454ca6",
"logoUrl": null
},
{
"id": 8,
"createdOn": "2021-11-01 09:57:02",
"merchantCode": "MX9206",
"name": "FilmHouse",
"marketplaceId": 72,
"marketplaceUrl": "mx9206-c3cacdfce75c439d",
"logoUrl": null
},
{
"id": 1,
"createdOn": "2021-09-21 13:15:53",
"updatedOn": "2021-09-21 13:15:53",
"merchantCode": "MX6090",
"name": "saddadd",
"marketplaceId": 70,
"marketplaceUrl": "mx6072-f4cad337-c182-427b-b499",
"logoUrl": null
}
]
},
"validation": null
}
Updated 12 months ago