Get Pickup Locations
Easily retrieve pickup locations using this endpoint . This page explains how to use the API to get the pickup ID, which can then be used for creating orders. This straightforward process ensures that you can efficiently manage pickups and streamline order creation without any hassle.
Get Pickup Locations
GET /merchant/locations
This endpoint allows you to retrieve an merchant pickup locations.
Headers
Name
Value
Content-Type
application/json
Authorization
Response
{
"status": "success",
"msg": "Get merchant pickup locations",
"body": [
{
"country": "EG",
"_id": "671f5a8c167f3e3eaecXXXXX",
"name": "Default Location",
"city": "Default Location City",
"area": "Default Location Area",
"address_line": "Default Location Address",
"landmark": "",
"is_default": true,
"contacts": [
{
"name": "Contact Person Name",
"phone": "0112XXXXXXX",
"is_default": true
}
]
}
]
}
Last updated