UpdateVendorLocationRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Updated name of the location | [optional] [default to null] |
| address | String | Updated physical address | [optional] [default to null] |
| city | String | Updated city | [optional] [default to null] |
| state | String | Updated state or province | [optional] [default to null] |
| country | String | Updated country | [optional] [default to null] |
| postal_code | String | Updated postal or ZIP code | [optional] [default to null] |
| latitude | Double | Updated latitude coordinate | [optional] [default to null] |
| longitude | Double | Updated longitude coordinate | [optional] [default to null] |
| phone | String | Updated contact phone number | [optional] [default to null] |
| String | Updated contact email | [optional] [default to null] | |
| is_primary | Boolean | Updated primary location status | [optional] [default to null] |
| is_active | Boolean | Updated active status | [optional] [default to null] |
| opening_hours | any | Updated opening hours in JSON format | [optional] [default to null] |
| delivery_radius | Double | Updated delivery radius in kilometers | [optional] [default to null] |
| pickup_available | Boolean | Updated pickup availability | [optional] [default to null] |
| delivery_available | Boolean | Updated delivery availability | [optional] [default to null] |