POST
api/v1/customer/stores/{id}/locations/{locationId}/set-home-store
This API method will add home store location under the store.
Sample Request body
Nothing required
Sample Response
{
"status": true,
"message": "This Store Location is Selected as Home Store Location."
}{
"status": false,
"message": "Could not find a valid location"
}