Light Mode
List Estimate Rates
GET
/shipping/companies/estimate-rateLast modified: 16 days ago
This endpoint allows you to fetch all of the shipping companies' estimate rates, based on the customer's order address
Request
Query Params
city_id
integer
required
City ID. Get a list of City IDs from here
country_id
integer
required
Country ID. Get a list of Country IDs from here
order_id
integer
optional
Order ID. Get a list of Order IDs from here
geocode
string
optional
Geographic Location Code
postal_code
string
optional
Address Postal Code value
Request samples
Responses
Success(200)
Error Validation(422)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"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": null,
"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"
}
}
]
}
]
}
Last modified: 16 days ago