List Estimate Rates
Production
https://api.salla.dev/admin/v2
Production
https://api.salla.dev/admin/v2
GET
https://api.salla.dev/admin/v2
Shipping Companies
Last modified:2025-04-24 14:00:51
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.salla.dev/admin/v2/shipping/companies/estimate-rate?city_id&country_id&order_id&geocode&postal_code'
Response Response Example
200 - Success
{
"status": 200,
"success": true,
"data": [
{
"id": 534427805,
"company_id": 1892382264,
"title": "ريدبوكس",
"logo": "https://cdn.salla.sa/qGNRv/EHSZest9WHlDTmTJjJnEWqgUu75NLQ5gNJin0FhA.png",
"working_days": "[استلم طلبك من خزائن ريد بوكس الذكية RedBox، بالوقت المناسب لك، الإيداع سيكون من 1-3 أيام]",
"total": {
"amount": 14,
"currency": "SAR"
},
"services": [
{
"name": "cod",
"amount": {
"amount": 0,
"currency": "SAR"
}
}
]
},
{
"id": 1680687267,
"company_id": 941683204,
"title": "ارامكس - هيمو",
"logo": "https://cdn.salla.sa/qGNRv/EHSZest9WHlDTmTJjJnEWqgUu75NLQ5gNJin0FhA.png",
"working_days": "من 1 - 2 يوم عمل",
"total": {
"amount": 24,
"currency": "SAR"
},
"services": [
{
"name": "cod",
"amount": {
"amount": 8,
"currency": "SAR"
}
}
]
},
{
"id": 1055252317,
"company_id": 1926022186,
"title": "dhl - هيمو",
"logo": "https://cdn.salla.sa/qGNRv/EHSZest9WHlDTmTJjJnEWqgUu75NLQ5gNJin0FhA.png",
"working_days": "7 -20 يوم عمل",
"total": {
"amount": 28,
"currency": "SAR"
},
"services": [
{
"name": "cod",
"amount": {
"amount": 0,
"currency": "SAR"
}
}
]
},
{
"id": 1130138841,
"company_id": 478065722,
"title": "سمسا",
"logo": "https://cdn.salla.sa/qGNRv/xPQymWwCmTITkScYSnApzJO7eQLm5PrsRCltN6uo.png",
"working_days": "١ - ٣ أيام عمل",
"total": {
"amount": 28,
"currency": "SAR"
},
"services": [
{
"name": "cod",
"amount": {
"amount": 0,
"currency": "SAR"
}
}
]
},
{
"id": 1172876926,
"company_id": 98754,
"title": "HeMo Hassan",
"logo": "https://cdn.salla.sa/qGNRv/EHSZest9WHlDTmTJjJnEWqgUu75NLQ5gNJin0FhA.png",
"working_days": "خلال يومين من إتمام عملية الدفع",
"total": {
"amount": 50,
"currency": "SAR"
},
"services": [
{
"name": "cod",
"amount": {
"amount": 0,
"currency": "SAR"
}
}
]
}
]
}
Request
Query Params
city_id
integer
required
country_id
integer
required
order_id
integer
optional
geocode
string
optional
postal_code
string
optional
Responses
Modified at 2025-04-24 14:00:51