{
"shipper" : {
"name" : "Mohamed",
"phone" : "+966512345678",
"Country" : "SA",
"District" : "العليا",
"City" : "Riyadh",
"AddressLine1" : "الرياض ,العليا, قرب صيدلية الازهر",
"AddressLine2" : ""
},
"coupon" : "",
"parcels" : "1",
"carrier_id" : 10,
"order_id" : "79318"
}
curl --location -g --request POST '{{baseUrl}}/api/v2/create-shipment' \
--header 'X-LAMHA-TOKEN: Lamha_rPAHG9wey1xjYJErCz9678EuBkyExIzOksbHygh0' \
--header 'Content-Type: application/json' \
--data-raw '{
"shipper" : {
"name" : "Mohamed",
"phone" : "+966512345678",
"Country" : "SA",
"District" : "العليا",
"City" : "Riyadh",
"AddressLine1" : "الرياض ,العليا, قرب صيدلية الازهر",
"AddressLine2" : ""
},
"coupon" : "",
"parcels" : "1",
"carrier_id" : 10,
"order_id" : "79318"
}'
{
"success": true,
"msg": "The Order has been Created",
"order_id": 79311
}