Business Delivery

Create a delivery request

post
/delivery/create-delivery

Create a new delivery. If a callback URL was provided, delivery status updates will be sent to that URL. See CallbackDeliveryPayload for the structure of the data sent.

Authorizations
app_keystringRequired
Query parameters
app_keystringRequired
Body

Delivery Request Structure

vehicle_typestringOptionalDeprecated

Type of vehicle wanted for the delivery

  • MOTORCYCLE - Normal last-mile bikes
Default: MOTORCYCLE
instructionsstringOptional

Any extra notes rider should be mindful of for the delivery.

Default: null
referencestringRequired

Can be set to the id of some data in your system that needs to know about this delivery.

estimate_idstringRequired

The estimate id of the selected estimate that was returned during the create delivery estimate request

Responses
chevron-right
200

Success Responses On Delivery Creation Request

application/json
successbooleanOptional

status of request true for success and false for failed request

Default: true
codeinteger · int32Optional

code for reason for failure

Default: 200
messagestringOptionalDefault: Estimate completed
post
/delivery/create-delivery

Create Bulk Delivery Request

post
/bulk-delivery/create-bulk-delivery
Authorizations
app_keystringRequired
Query parameters
app_keystringRequired
Body

Bulk Delivery Request Structure

estimate_idstringRequired

The estimate id of the selected estimate that was returned during the create delivery estimate request

individual_pricing_idstringOptional

This is an optional paramater to create a delviery for only one individual pricing that is returned in a bulk estimate. Note that creating one will require all others to be created individually

Responses
chevron-right
200

Bulk Delivery Created

application/json
successbooleanOptional

status of request true for success and false for failed request

Default: true
codeinteger · int32Optional

code for reason for failure

Default: 200
messagestringOptionalDefault: Estimate completed
post
/bulk-delivery/create-bulk-delivery

Last updated

Was this helpful?