shipping.read- Shipping Read OnlyAuthorization: Bearer ********************curl --location --request GET 'https://api.salla.dev/admin/v2/delivery-promises/1440241834' \
--header 'Authorization: Bearer <token>'{
"status": 200,
"success": true,
"data": {
"id": 1440241834,
"type": "express",
"status": false,
"locked": true,
"name": "التوصيل السريع",
"description": "توصيل فائق السرعة خلال ساعات قليلة",
"created_at": {
"date": "2026-02-11 10:29:24.000000",
"timezone_type": 3,
"timezone": "Asia/Riyadh"
},
"location": {
"country": {
"id": 1473353380,
"name": "السعودية"
},
"region": {
"id": 566146469,
"name": "منطقة مكة المكرمة"
},
"cities": [
{
"id": 566146469,
"name": "جدة"
},
{
"id": 1939592358,
"name": "مكة المكرمة"
}
]
},
"delivery_time": {
"from": 2,
"to": 4,
"type": "hours"
},
"preparation_time": {
"from": 1,
"to": 2,
"type": "hours"
},
"visible": {
"from": "08:00:00",
"to": "15:00:00"
},
"working_days": [
{
"name": "الإثنين",
"value": 1
},
{
"name": "الثلاثاء",
"value": 2
}
],
"holidays": [
{
"date": "2026-03-01",
"repeats_yearly": true,
"title": "Eid Holiday"
}
],
"translations": {
"en": {
"name": "Express Delivery",
"description": "Express delivery within a few hours"
}
}
}
}