Set Pickup Location As Default
Use this endpoint to mark a specific pickup location as the default location. This page explains how to set a preferred pickup location using its pickup location ID as default
Last updated
{
“status”: “success”,
“msg”: “Merchant location set as default”,
“body”: {
“_id”: “685403218153cbdceab3aa2f”
}
}curl --location --request PATCH \
’https://api.dev.fincart.io/merchant/locations/685403218153cbdceab3aa2f/default' \
--header ‘Authorization: <your_api_key>’ \
--header ‘Content-Type: application/json’