This document gives detail of Noetic LogistieX Shipping APIs: All-in-one workspace for your shipping requirements.
{
"shipment_purpose": "SALE",
"shipper_reference_token": "GZ89898989",
"auto_manifest": true,
"origin": {
"address": {
"contact_person": "Omkar Yadav",
"address_line1": "Ambedkar lane",
"address_line2": "Third Block",
"city": "Ambala",
"postal_code": "122001",
"state": "HR",
"country": "IN",
"latitude": 0,
"longitude": 0,
"address_type": "OFFICE"
},
"contact": {
"primary_phone": "9089908934",
"alternate_phone": "9089908934",
"email": "oyadav@gmail.com",
"whatsapp_contact": "9898987678"
},
"type": "SELLER"
},
"destination": {
"address": {
"contact_person": "Tillu Yadav",
"address_line1": "Sarawasti Lane",
"address_line2": "3rd streed",
"city": "Ghaziabad",
"postal_code": "134002",
"state": "UP",
"country": "IN",
"latitude": 0,
"longitude": 0,
"address_type": "OFFICE"
},
"contact": {
"primary_phone": "9089908934",
"alternate_phone": "9089908934",
"email": "tyadav@gmail.com",
"whatsapp_contact": "8987898767"
},
"type": "WAREHOUSE"
},
"return_location": {
"address": {
"contact_person": "Omkar Yadav",
"address_line1": "Ambedkar lane",
"address_line2": "Third Block",
"city": "Ambala",
"postal_code": "122001",
"state": "HR",
"country": "IN",
"latitude": 0,
"longitude": 0,
"address_type": "OFFICE"
},
"contact": {
"primary_phone": "9089908934",
"alternate_phone": "9089908934",
"email": "oyadav@gmail.com",
"whatsapp_contact": "9898987678"
},
"type": "SELLER"
},
"forward_shipment_detail": {
"consignor_gstin": "22AAAAA0000A1Z5",
"shipment_value": 1000,
"dimensions": {
"length": 20,
"breadth": 20,
"weight": 14,
"height": 2
},
"essential": true,
"fragile": true,
"dangerous": true,
"item_count": 1,
"box_count": 1,
"payment_info": {
"payment_mode": "COD",
"collectable_amount": 300,
"qr_code": "QR123456",
"payment_link": "http://razarpay.com/QR123456"
},
"items": [
{
"item_name": "KidsBicycle",
"description": "KidsBicycle",
"sku_code": "HG1234",
"category": "SPORTS",
"subcategory": "BIKES",
"brand_name": "Atlas",
"quantity": "1",
"order_number": "GZ1241414",
"order_time": "2023-03-30T20:00:00.015Z",
"hsn_code": "HSM12345",
"item_url": "https://xyz.com/123456",
"item_image_urls": [
"https://xyz.com/123456/img"
],
"item_value": 150,
"dimensions": {
"length": 20,
"breadth": 20,
"weight": 1,
"height": 20
},
"essential": true,
"fragile": true,
"dangerous": true,
"tax_info": {
"tax_rate": 2,
"taxable_amount": 300,
"discount_amount": 0,
"seller_gstin": "22AAAAA0000A1Z6",
"consignee_gstin": "22AAAAA0000A1Z5",
"invoice_number": "GZ1212345",
"invoice_date": "2023-03-30T20:00:00.015Z",
"tax_detail": {
"cgst": 2,
"sgst": 1,
"igst": 2,
"cgst_amount": 2,
"sgst_amount": 3,
"igst_amount": 1
}
}
}
]
},
"expected_pickup_slot": {
"start_time": "2023-03-30T20:00:00.015Z",
"end_time": "2023-03-30T20:00:00.015Z"
},
"expected_delivery_slot": {
"start_time": "2023-03-30T20:00:00.015Z",
"end_time": "2023-03-30T20:00:00.015Z"
},
"value_added_service": {
"collect_on_delivery": true,
"proof_of_delivery": true,
"exchange": true,
"doorstep_qc": true,
"open_box_delivery": true,
"installation": true
},
"preferred_courier": "ECOM",
"service_type": "express",
"billed_weight": 10
}
curl --location --request POST 'https://api-playground.logistiex.com/shipmentorders' \
--header 'Content-Type: application/json' \
--data-raw '{
"shipment_purpose": "SALE",
"shipper_reference_token": "GZ89898989",
"auto_manifest": true,
"origin": {
"address": {
"contact_person": "Omkar Yadav",
"address_line1": "Ambedkar lane",
"address_line2": "Third Block",
"city": "Ambala",
"postal_code": "122001",
"state": "HR",
"country": "IN",
"latitude": 0,
"longitude": 0,
"address_type": "OFFICE"
},
"contact": {
"primary_phone": "9089908934",
"alternate_phone": "9089908934",
"email": "oyadav@gmail.com",
"whatsapp_contact": "9898987678"
},
"type": "SELLER"
},
"destination": {
"address": {
"contact_person": "Tillu Yadav",
"address_line1": "Sarawasti Lane",
"address_line2": "3rd streed",
"city": "Ghaziabad",
"postal_code": "134002",
"state": "UP",
"country": "IN",
"latitude": 0,
"longitude": 0,
"address_type": "OFFICE"
},
"contact": {
"primary_phone": "9089908934",
"alternate_phone": "9089908934",
"email": "tyadav@gmail.com",
"whatsapp_contact": "8987898767"
},
"type": "WAREHOUSE"
},
"return_location": {
"address": {
"contact_person": "Omkar Yadav",
"address_line1": "Ambedkar lane",
"address_line2": "Third Block",
"city": "Ambala",
"postal_code": "122001",
"state": "HR",
"country": "IN",
"latitude": 0,
"longitude": 0,
"address_type": "OFFICE"
},
"contact": {
"primary_phone": "9089908934",
"alternate_phone": "9089908934",
"email": "oyadav@gmail.com",
"whatsapp_contact": "9898987678"
},
"type": "SELLER"
},
"forward_shipment_detail": {
"consignor_gstin": "22AAAAA0000A1Z5",
"shipment_value": 1000,
"dimensions": {
"length": 20,
"breadth": 20,
"weight": 14,
"height": 2
},
"essential": true,
"fragile": true,
"dangerous": true,
"item_count": 1,
"box_count": 1,
"payment_info": {
"payment_mode": "COD",
"collectable_amount": 300,
"qr_code": "QR123456",
"payment_link": "http://razarpay.com/QR123456"
},
"items": [
{
"item_name": "KidsBicycle",
"description": "KidsBicycle",
"sku_code": "HG1234",
"category": "SPORTS",
"subcategory": "BIKES",
"brand_name": "Atlas",
"quantity": "1",
"order_number": "GZ1241414",
"order_time": "2023-03-30T20:00:00.015Z",
"hsn_code": "HSM12345",
"item_url": "https://xyz.com/123456",
"item_image_urls": [
"https://xyz.com/123456/img"
],
"item_value": 150,
"dimensions": {
"length": 20,
"breadth": 20,
"weight": 1,
"height": 20
},
"essential": true,
"fragile": true,
"dangerous": true,
"tax_info": {
"tax_rate": 2,
"taxable_amount": 300,
"discount_amount": 0,
"seller_gstin": "22AAAAA0000A1Z6",
"consignee_gstin": "22AAAAA0000A1Z5",
"invoice_number": "GZ1212345",
"invoice_date": "2023-03-30T20:00:00.015Z",
"tax_detail": {
"cgst": 2,
"sgst": 1,
"igst": 2,
"cgst_amount": 2,
"sgst_amount": 3,
"igst_amount": 1
}
}
}
]
},
"expected_pickup_slot": {
"start_time": "2023-03-30T20:00:00.015Z",
"end_time": "2023-03-30T20:00:00.015Z"
},
"expected_delivery_slot": {
"start_time": "2023-03-30T20:00:00.015Z",
"end_time": "2023-03-30T20:00:00.015Z"
},
"value_added_service": {
"collect_on_delivery": true,
"proof_of_delivery": true,
"exchange": true,
"doorstep_qc": true,
"open_box_delivery": true,
"installation": true
},
"preferred_courier": "ECOM",
"service_type": "express",
"billed_weight": 10
}'