GET https://api.gosweetspot.com/api/shipments
Get status updates for shipments
- A valid access Key must be provided in access_key request header.
Parameters | |
---|---|
shipments | comma separated list of consignment numbers to apply filter on |
ordernumbers | comma separated list of order numbers to apply filter on |
lastupdateminutc | UTC formatted date and time to filter the shipments on. This field is for earliest date |
lastupdatemaxutc | UTC formatted date and time to filter the shipments on. This field is for latest date |
return struct |
paged result set
|
Request
GET http://api.gosweetspot.com/api/shipments?lastupdateminutc=2015-08-13%2008:15:13&page=1&shipments=ABC0001,ABC0002,ABC20303
Headers
access_key: [access_key_for_site_account]
Content-Type: application/json; charset=utf-8
Return shortened for example purpose
{
"Page": 1,
"PageSize": 2,
"Pages": 1,
"Results": [
{
"OriginZone": "AKLW",
"DestinationZone": "AKL",
"Origin": {
"Building": "**** TEST ********* TEST *****",
"Address": "**** TEST ********* TEST *****",
"Name": "TEST ACCOUNT",
"Suburb": "MT ROSKILL",
"Town": "AUCKLAND",
"PostalCode": "0600",
"Country": "NZ",
"ContactName": "TEST",
"ContactPhone": "123456",
"Email": ""
},
"Destination": {
"Building": "GOSWEETSPOT",
"Address": "102 STATION ROAD EAST",
"Name": "DON ZHANG",
"Suburb": "PENROSE",
"Town": "AUCKLAND",
"PostalCode": "1061",
"Country": "NZ",
"ContactName": "RECEIVER NAME",
"ContactPhone": "212563080",
"Email": ""
},
"CostCentre": "TEST COST CENTRE ONE",
"Carrier": "Post Haste - AKL - 2011",
"DeliveryInstructions": "",
"IsSaturdayDelivery": false,
"IsRuralDelivery": false,
"IsPOBox": false,
"CustomerRef": "#1029",
"TotalCubic": 0.022,
"TotalKg": 5.5,
"Parts": 1,
"IsSignatureRequired": true,
"IsFreightForward": false,
"ManifestedAt": null,
"Items": [
{
"PartNo": 1,
"LengthCm": 47,
"WidthCm": 47,
"HeightCm": 10,
"WeightKg": 5.5,
"PackageName": "SMALL BOX",
"Charge_LineTotal": 9.98,
"PickedAt": null,
"DeliveredAt": null,
"RatingCode": "MS"
}
],
"ConsignmentNo": "APD00020626",
"Status": null,
"Picked": null,
"Delivered": null,
"Tracking": "https:\/\/gosweetspot.com\/track\/108633-APD00020626",
"Events": [
{
"EventDT": "2019-10-10T22:57:57.047",
"Code": "CR",
"Description": "Tracking number allocated & order ready",
"Location": "AUCKLAND",
"Part": "APD0002062601"
},
{
"EventDT": "2019-10-10T22:57:57.047",
"Code": "COUR",
"Description": "Picked up",
"Location": "PENROSE (AKL)",
"Part": "APD0002062601"
},
{
"EventDT": "2019-10-10T22:57:57.047",
"Code": "COURU",
"Description": "On courier vehicle for delivery",
"Location": "Glenfield Industrial Wairau Valley (AKL)",
"Part": "APD0002062601"
},
{
"EventDT": "2019-10-10T22:57:57.047",
"Code": "DEL",
"Description": "Delivered to ANDREW",
"Location": "Glenfield Industrial Wairau Valley (AKL)",
"Part": "APD0002062601"
}
],
"ManifestNumber": "ABCD",
"TotalCost": 9.98,
"CreatedUtc": "2019-10-10T22:57:57.047",
"PackingSlipNo": "#1029",
"ManualTicket": false,
"Consignee": "RECEIVER NAME"
},
{
"OriginZone": "AKLW",
"DestinationZone": "AKL",
"Origin": {
"Building": "**** TEST ********* TEST *****",
"Address": "**** TEST ********* TEST *****",
"Name": "TEST ACCOUNT",
"Suburb": "MT ROSKILL",
"Town": "AUCKLAND",
"PostalCode": "0600",
"Country": "NZ",
"ContactName": "TEST",
"ContactPhone": "123456",
"Email": ""
},
"Destination": {
"Building": "GOSWEETSPOT",
"Address": "101 STATION ROAD EAST",
"Name": "RECEIVER NAME",
"Suburb": "PENROSE",
"Town": "AUCKLAND",
"PostalCode": "1061",
"Country": "NZ",
"ContactName": "RECEIVER NAME",
"ContactPhone": "212563080",
"Email": ""
},
"CostCentre": "TEST COST CENTRE ONE",
"Carrier": "Post Haste - AKL - 2011",
"DeliveryInstructions": "",
"IsSaturdayDelivery": false,
"IsRuralDelivery": false,
"IsPOBox": false,
"CustomerRef": "#1031",
"TotalCubic": 0.022,
"TotalKg": 5.5,
"Parts": 1,
"IsSignatureRequired": true,
"IsFreightForward": false,
"ManifestedAt": null,
"Items": [
{
"PartNo": 1,
"LengthCm": 47,
"WidthCm": 47,
"HeightCm": 10,
"WeightKg": 5.5,
"PackageName": "SMALL BOX",
"Charge_LineTotal": 9.98,
"PickedAt": null,
"DeliveredAt": null,
"RatingCode": "MS"
}
],
"ConsignmentNo": "APD00020627",
"Status": null,
"Picked": null,
"Delivered": null,
"Tracking": "https:\/\/gosweetspot.com\/track\/108633-APD00020627",
"Events": [
],
"ManifestNumber": "ABCD",
"TotalCost": 9.98,
"CreatedUtc": "2019-10-10T23:30:53.88",
"PackingSlipNo": "#1031",
"ManualTicket": false,
"Consignee": "RECEIVER NAME"
}
]
}