Get Chemist Order Settings
Get settings chemist has configured in eVitalRx for online orders.
POST
{{apiUrl}}patient/orders/get_chemist_order_settings
Request Body
Name
Type
Description
apikey*
String
Authentication token
{
"status_code": "1",
"status_message": "Success",
"datetime": "2024-02-08 12:15:13",
"data": {
"shipping_charges": "10", // pre-defined by chemist
"minimum_order_value": "50" // // pre-defined by chemist
}
}
Last updated
Was this helpful?