Russian  English  All projects

Create an API for tracking parcels



There is a web interface where you can enter the tracking number of the parcel.
You need to make a project that will parse this form and that can be accessed via API.
As part of this task, you will need to make one API method, which receives a tracking number as input. The output is json with two fields:
status -- received, not found, in stock, etc.
movement history -- list of objects (date, location)
19.01.2023 19:02



 Answers freelancers