Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ecoscooting support #50

Open
bijavix opened this issue Sep 25, 2024 · 0 comments
Open

ecoscooting support #50

bijavix opened this issue Sep 25, 2024 · 0 comments
Labels
new service New postal service

Comments

@bijavix
Copy link

bijavix commented Sep 25, 2024

The app seems great, but lacks tracking services. Here's the API for ecoscooting delivery, a popular carrier in Spain.

Note: I've removed the Date day and HH:MM:SS. The reference it's the tracking number and it's censored by default, except the first 3 digits.

GET https://api.ecoscooting.com:3002/tracking/************

Example response for a completed delivery:

{ "reference": "************", "currentDetail": 0, "status": [ { "statusId": 13, "title": "Warehouse", "description": "At warehouse", "icon": "iconTrackYourPackage", "status": "finish", "datetime": "2024-09-** **:**:**", "position": 4 }, { "statusId": 3, "title": "Assigned", "description": "The package has been assigned to one of our drivers", "icon": "iconpeople-carry", "status": "finish", "datetime": "2024-09-** **:**:**", "position": 7 }, { "statusId": 1, "title": "Completed", "description": "", "icon": "iconsecondhandhouse", "status": "finish", "datetime": "2024-09-** **:**:**", "position": 16 } ], "extraInfo": {}, "details": [ { "type": "__store", "marker": "marker_map_store_blue.svg" } ] }

I'm aware this is not enough to give it full support, but I'll try to keep this updated as I learn more about the API.

@proninyaroslav proninyaroslav added the new service New postal service label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new service New postal service
Projects
None yet
Development

No branches or pull requests

2 participants