DeliveryPlace

key

Type

Required

Description

name

string

✔️

The place name in a human friendly/readable format used to quickly refer the DeliveryPlace. This can be the real name of the physical location (ex: store name, park name, etc), a short version of the address or a business or person name.

contactPhoneNumber

string

✔️

The phone number used to contact the DeliveryPlace.

geolocation

object

An object containing "latitude" and "longitude" for the DeliveryPlace. Not required, but recommended, to avoid errors caused by not beeing able to geocode it from streetAddress.

streetAddress

string

✔️

The street level address (name, number, city, country) of the DeliveryPlace. Badly formatted addresses and missing latitude and/or longitude will cause the requests to fail.

addressDetails

string

Any additional information needed to find and access the DeliveryPlace from the street level address. Ex: Building number, Apartment number, access code, floor, etc.

Last updated