Delivery

Eligible
POST /delivery/eligible

Request body

Object
delivery_address
Object
city
string
Example:
San Francisco
country
string
Example:
US
latitude
number
longitude
number
state
string
Example:
CA
street_1
string
Example:
1 Market Street
street_2
string
Example:
Ste 1
postal_code
string
Example:
94105
items
Array
Object
currency
string
Example:
USD
description
string
Example:
black shoes
height
number
Example:
7.4
length
number
Example:
7.4
name
string
Example:
Nike AirForce 1
quantity
integer
Example:
1
value
number
Example:
23.5
weight
number
Example:
1.4
width
number
Example:
3.4
id
string

retailer identifier ie SKU

Booking
POST /delivery/booking

Request body

Object
dropoff
Object
address
Object
city
string
Example:
San Francisco
country
string
Example:
US
lat
integer
lng
integer
state
string
Example:
CA
street_1
string
Example:
1 Market Street
street_2
string
Example:
Ste 1
zip
string
Example:
94105
contact
Object
email
string
Example:
johndoe@example.com
first_name
string
Example:
John
last_name
string
Example:
Doe
phone
string
Example:
+14153261233
instructions
string
Example:
leave at the front door
time_window
Object
end
string
Example:
2022-06-03T18:00:00-07:00
start
string
Example:
2022-06-02T12:30:00-07:00
items
Array
Object
currency
string
Example:
USD
description
string
Example:
black shoes
height
number
Example:
7.4
length
number
Example:
7.4
name
string
Example:
Nike AirForce 1
quantity
integer
Example:
1
value
number
Example:
23.5
weight
number
Example:
1.4
width
number
Example:
3.4
order_date
string
Example:
2022-06-02T12:30:00-07:00
order_number
string
Example:
ord123
pickup
Object
address
Object
city
string
Example:
San Francisco
country
string
Example:
US
lat
integer
lng
integer
state
string
Example:
CA
street_1
string
Example:
1 Market Street
street_2
string
Example:
Ste 1
zip
string
Example:
94105
contact
Object
email
string
Example:
johndoe@example.com
first_name
string
Example:
John
last_name
string
Example:
Doe
phone
string
Example:
+14153261233
instructions
string
Example:
string
time_window
Object
end
string
Example:
2022-06-03T18:00:00-07:00
start
string
Example:
2022-06-02T12:30:00-07:00