Delivery Time Estimate
This is the endpoint for provides the time estimate to deliver an order.
Delivery Time Estimate
Endpoint => /delivery-time-estimate
POST
/
delivery-time-estimate
Headers
Name
Type
Description
Authorization *
String
Your Bearer Token
secret-key*
String
Your Secret Key
Request Body
Name
Type
Description
delivery_type*
String|Enum: import, export, local
Its a string which takes any of these 3 options [import, export, local].
pick_up_state
String
A valid state available within fez delivery coverage
drop_off_state
String
A valid state available within fez delivery coverage
Last updated