CreateVendorLocationRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_id | Long | ID of the vendor this location belongs to | [default to null] |
| name | String | Name of the location | [default to null] |
| address | String | Physical address of the location | [default to null] |
| city | String | City where the location is situated | [optional] [default to null] |
| state | String | State or province of the location | [optional] [default to null] |
| country | String | Country of the location | [optional] [default to null] |
| postal_code | String | Postal or ZIP code | [optional] [default to null] |
| latitude | Double | Latitude coordinate | [optional] [default to null] |
| longitude | Double | Longitude coordinate | [optional] [default to null] |
| String | Contact email for the location | [optional] [default to null] | |
| phone | String | Contact phone number for the location | [optional] [default to null] |
| is_primary | Boolean | Whether this is the primary location | [optional] [default to null] |
| is_active | Boolean | Whether the location is active | [optional] [default to null] |
| opening_hours | any | Opening hours in JSON format | [optional] [default to null] |
| delivery_radius | Double | Delivery radius in kilometers | [optional] [default to null] |
| pickup_available | Boolean | Whether pickup is available at this location | [optional] [default to null] |
| delivery_available | Boolean | Whether delivery is available from this location | [optional] [default to null] |