This document gives detail of Noetic LogistieX Shipping APIs: All-in-one workspace for your shipping requirements.
curl --location --request GET 'https://api-playground.logistiex.com/shipmentorders//status'
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"shipment_order_id": "5ef82af4-a8b4-42cc-a6e5-94578949753a",
"shipper_reference_token": "string",
"awb_number": "string",
"courier_code": "ECOM",
"location": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"address": {
"contact_person": "string",
"address_line1": "string",
"address_line2": "string",
"city": "string",
"postal_code": "string",
"state": "string",
"country": "st",
"latitude": 28.7041,
"longitude": 77.2167,
"address_type": "OFFICE"
},
"contact": {
"primary_phone": "string",
"alternate_phone": "string",
"email": "string",
"whatsapp_contact": "string",
"additional_contacts": {
"fax": "2345678907"
}
},
"type": "WAREHOUSE",
"code": "string"
},
"notes": "string",
"state": "CREATED",
"timestamp": "2019-08-24T14:15:22Z",
"latest_shipment_event": {
"event": "SoftDataUploadedEvent",
"sub_event_code": "SDP",
"sub_event_code_name": "SOFT_DATA_PUSHED"
},
"events": [
{
"location": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"address": {
"contact_person": "string",
"address_line1": "string",
"address_line2": "string",
"city": "string",
"postal_code": "string",
"state": "string",
"country": "st",
"latitude": 28.7041,
"longitude": 77.2167,
"address_type": "OFFICE"
},
"contact": {
"primary_phone": "string",
"alternate_phone": "string",
"email": "string",
"whatsapp_contact": "string",
"additional_contacts": {
"fax": "2345678907"
}
},
"type": "WAREHOUSE",
"code": "string"
},
"notes": "string",
"state": "CREATED",
"timestamp": "2019-08-24T14:15:22Z",
"event_source": "CLIENT",
"event_details": {
"property1": "string",
"property2": "string"
},
"shipment_event": {
"event": "SoftDataUploadedEvent",
"sub_event_code": "SDP",
"sub_event_code_name": "SOFT_DATA_PUSHED"
}
}
]
}
]