Tracking
Shipment tracking on Gsped
This endpoint allows you to check the status of a shipment.
It is possible to search for a shipment using one of the following parameters:
id : Shipment ID
ddt_num : Numeric reference of the shipment
ddt_alpha : Alphanumeric reference of the shipment
Please note : You must indicate at least one of the abovementioned parameters.
If the parameters are not unique and if the ddt_num and/or the ddt_alpha are used as parameters, an array with the data of all the shipments corresponding to the used parameters will be shown in the response.
Shows the shipment status
GET
https://api.gsped.it/[INSTANCE]/tracking
Path Parameters
Name | Type | Description |
---|---|---|
id | Integer | Shipment ID |
ddt_num | String | Numeric reference of the shipment |
ddt_alpha | String | Alphanumeric reference of the shipment |
Headers
Name | Type | Description |
---|---|---|
x-api-key* | String | Apikey given by Gsped |
Example Snippets :
ID calls examples:
Last updated