Business 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
400
Validation Error
application/json
500
Requesting Delivery Failed
post
/delivery/create-deliveryAuthorizations
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
400
Validation Error
application/json
500
Getting Estimates Failed
post
/bulk-delivery/create-bulk-deliveryLast updated
Was this helpful?