Skip to Content
DocumentationAPI ReferenceBusiness APIModelsCreate Vendor Location Request

CreateVendorLocationRequest

Properties

NameTypeDescriptionNotes
vendor_idLongID of the vendor this location belongs to[default to null]
nameStringName of the location[default to null]
addressStringPhysical address of the location[default to null]
cityStringCity where the location is situated[optional] [default to null]
stateStringState or province of the location[optional] [default to null]
countryStringCountry of the location[optional] [default to null]
postal_codeStringPostal or ZIP code[optional] [default to null]
latitudeDoubleLatitude coordinate[optional] [default to null]
longitudeDoubleLongitude coordinate[optional] [default to null]
emailStringContact email for the location[optional] [default to null]
phoneStringContact phone number for the location[optional] [default to null]
is_primaryBooleanWhether this is the primary location[optional] [default to null]
is_activeBooleanWhether the location is active[optional] [default to null]
opening_hoursanyOpening hours in JSON format[optional] [default to null]
delivery_radiusDoubleDelivery radius in kilometers[optional] [default to null]
pickup_availableBooleanWhether pickup is available at this location[optional] [default to null]
delivery_availableBooleanWhether delivery is available from this location[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]