List Estimate Rates
GET
/shipping/companies/estimate-rateThis endpoint allows you to fetch all of the shipping companies' estimate rates, based on the customer's order address
Request
City ID. Get a list of City IDs from here
Country ID. Get a list of Country IDs from here
Order ID. Get a list of Order IDs from here
Geographic Location Code
Address Postal Code value
Request samples
[api.label.responses]
Response status code, a numeric or alphanumeric identifier used to convey the outcome or status of a request, operation, or transaction in various systems and applications, typically indicating whether the action was successful, encountered an error, or resulted in a specific condition.
Response flag, boolean indicator used to signal a particular condition or state in the response of a system or application, often representing the presence or absence of certain conditions or outcomes.
Estimated Rate ID
Shipping company unique identifier. List of sipping companies can be found here
Shipping company title
Shipping company logo
Shipping company working hours
{
"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"
}
}
]
}
]
}