branch as a path parameter.branches.read- Branches Read Onlycurl --location --request GET 'https://api.salla.dev/admin/v2/branches/?with'{
"status": 200,
"success": true,
"data": {
"id": 999858679,
"name": "فرع الرئيسي - الرياض",
"status": "active",
"is_default": true,
"location": {
"lat": "24.6888248",
"lng": " 46.68632700000001"
},
"short_address": "JCMA3429",
"street": "الرياضه",
"address_description": "7124 طريق الأمير سلطان بن عبدالعزيز، العليا، الرياض 12211، السعودية",
"additional_number": "6558",
"building_number": "3429",
"local": "العمل",
"postal_code": "23341",
"contacts": {
"phone": "+966555555555",
"telephone": "+966555555555",
"whatsapp": "+966555555555"
},
"users": [
{
"id": 234234,
"name": "test user"
},
{
"id": 234233,
"name": "second test user"
}
],
"preparation_time": "30 دقيقة",
"is_open": true,
"closest_time": null,
"working_hours": [
{
"name": "السبت",
"times": [
{
"from": "07:00",
"to": "18:00"
}
]
},
{
"name": "الأحد",
"times": [
{
"from": "07:00",
"to": "18:00"
}
]
},
{
"name": "الإثنين",
"times": [
{
"from": "00:00",
"to": "23:00"
}
]
},
{
"name": "الثلاثاء",
"times": [
{
"from": "00:00",
"to": "23:00"
}
]
},
{
"name": "الأربعاء",
"times": [
{
"from": "00:00",
"to": "23:00"
}
]
},
{
"name": "الخميس",
"times": [
{
"from": "00:00",
"to": "23:00"
}
]
},
{
"name": "الجمعة",
"times": [
{
"from": "00:00",
"to": "23:00"
}
]
}
],
"is_cod_available": true,
"is_stock": true,
"type": "branch",
"cod_cost": 20,
"branch_code": "BR-6789",
"pickable": true,
"shippable": true,
"pos": true,
"fulfillment_center": null,
"has_delivery_zone": false,
"always_open": false,
"order_while_closed": true,
"safety_stock": 10,
"preparation_time_range": {
"from": {
"value": 2,
"unit": "minute"
},
"to": {
"value": 15,
"unit": "minute"
}
},
"country": {
"id": 1473353380,
"name": "السعودية",
"name_en": "Saudi Arabia",
"code": "SA",
"mobile_code": "+966",
"capital": null
},
"city": {
"id": 1473353380,
"name": "الرياض",
"name_en": "Riyadh",
"country_id": 1473353380
},
"district": {
"id": 1473353380,
"name": "العمل",
"name_en": "Al Amal"
},
"region": {
"id": 1473353380,
"name": "منطقة الرياض",
"code": "RD"
}
}
}