Create Address
Create an address for getting rates or arranging pickup and delivery.
Last updated
Was this helpful?
Create an address for getting rates or arranging pickup and delivery.
Last updated
Was this helpful?
Was this helpful?
{
status: true,
message: 'Address created successfully',
data: {
address_id: 'AD-00632494667',
city: 'Lagos',
coordinates: {
lat: 6.5969424,
lng: 3.3542992
},
country: 'NG',
email: '[email protected]',
first_name: 'Augustus',
is_residential: true,
last_name: 'Obi',
line1: '1121 Allen Avenue, Ikeja',
line2: '',
metadata: {
my_app_customer_id: 11234
},
name: 'Augustus Obi',
phone: '+2348122340000',
state: 'Lagos',
zip: '121006',
created_at: '2021-07-13T20:25:53.011Z',
updated_at: '2021-07-13T20:25:53.011Z'
}
}