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
Responses
200

Success Responses On Delivery Creation Request

application/json
Responseall of
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
200

Bulk Delivery Created

application/json
Responseall of
post
/bulk-delivery/create-bulk-delivery

Last updated

Was this helpful?