Add Pickup Location
Easily add a new pickup location using this endpoint. This page explains how to create a pickup location and retrieve its pickup ID
Last updated
{
“name”: “Warehouse Location”,
“city”: “Giza”,
“area”: “6 October - District 02”,
“address_line”: “Giza 6 October Location”,
“is_default”: false,
“contacts”: {
“name”: “Dina Emad”,
“phone”: “012xxxxxx”,
“is_default”: false
}
}{
“status”: “success”,
“msg”: “Merchant location info added”,
“body”: {
“_id”: “6a3bac4c4df82b733b1fbf74”
}
}