api-docs.easyecom.io
Open in
urlscan Pro
54.144.234.120
Public Scan
Submitted URL: http://api-docs.easyecom.io/
Effective URL: https://api-docs.easyecom.io/
Submission: On April 05 via api from US — Scanned from DE
Effective URL: https://api-docs.easyecom.io/
Submission: On April 05 via api from US — Scanned from DE
Form analysis
0 forms found in the DOMText Content
Public Documentation Settings ENVIRONMENT No Environment LAYOUT Double Column LANGUAGE cURL - cURL EasyEcom API Document Introduction V2.1 EasyEcom Carrier Outbound APIs EasyEcom Webhook Marketplace integration with EasyEcom 3rd Party WMS integration with EasyEcom OMS V2 (Deprecated) EASYECOM API DOCUMENT Welcome to EasyEcom API Documentation. This document is designed to help developers and EasyEcom users understand and integrate our APIs for seamless and easy communication between the platforms. These APIs enable you to fully utilize almost all of your EasyEcom account's panel tools. Click here for more details. SUPPORT:- For any queries, please contact EasyEcom support team- * Customer Support Team- care@easyecom.io * Website DOCUMENT AND API USAGE GUIDELINES:- EasyEcom APIs use basic HTTP request codes: POST, GET, PATCH, & PUT. For testing our APIs you can import full API collection through the 'Run in Postman' button, and running them in the Postman app. Note: Any requests made using the valid API credentials will affect the real time data in your EasyEcom account. V2.1 Base URL- https://api.easyecom.io AUTHORIZATION Get API Token. Parameters Data Type Description Mandatory Remarks email String EasyEcom registered E-mail id Yes NA password String EasyEcom password Yes NA location_key String Provide the location_Key, which can be derived from the Location Master page in your Primary Account. Yes NA POSTAUTHORIZATION {{Base URL}}/access/token Bodyraw (json) json { "email":"demo***@abc.com", "password":"**********", "location_key":"ht3485485444" } GETGET CHILD LOCATIONS {{Base URL}}/account/v1/api/locations AUTHORIZATION Bearer - jwt_token AUTHORIZATIONBearer Token Token <token> GETGET AGGREGATOR CHILD LOCATION {{Base URL}}/account/v1/api/aggregator/locations AUTHORIZATION Bearer - jwt_token AUTHORIZATIONBearer Token Token <token> Loading