api/v1/customer/stores/get-distance-filter-list

GET

/api/v1/customer/stores/get-distance-filter-list

This API method will grab a list options to be used in distance filter drop down

Sample Request body

Nothing required

Sample Response

{
    "status": true,
    "items": {
        "50": 50,
        "30": 30,
        "15": 15,
        "5": 5
    }
}