Skip to Content

DeliveryAddressInput

Properties

NameTypeDescriptionNotes
nameStringName of the delivery address (e.g., “Home”, “Office”).[default to null]
addressStringThe full address string.[default to null]
latitudeDoubleLatitude of the address.[default to null]
longitudeDoubleLongitude of the address.[default to null]
descriptionStringAdditional delivery instructions or description.[optional] [default to null]
address_typeAddressTypeType of address (home, work, other).[optional] [default to null]
phoneStringContact phone number for delivery.[optional] [default to null]
city_idLongCity ID.[optional] [default to null]
state_idLongState ID.[optional] [default to null]
country_idLongCountry ID.[optional] [default to null]
is_defaultBooleanWhether this address is the default.[optional] [default to null]

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