Create an Order

View as Markdown

Authentication

AuthorizationBearer

Request

vehicleenumRequired
The vehicle type you require to fulfil this order.
fulfilment_datedateRequired

The date on which the order should be fulfilled. Expects date in format ‘Y-m-d’.

durationenumRequired
The required duration within which the order will be fulfilled.
Allowed values:
payment_methodenumRequired
Select the method the API should use to process payment for this order.
Allowed values:
starting_locationobjectRequired
Details of the location where the delivery driver will pickup all items that are to be delivered during this order.
two_man_deliverybooleanOptional

Whether or not the delivery driver is required to have an additional person with them to fulfil the order. Defaults to false if not provided.

internal_refstringOptional
An order reference provided by your systems.
additional_notesstringOptional
Additional information that will be seen by the delivery driver before and during order fulfilment.

Response

Created
dataobject
A single order's data for consumption by users who can place orders.

Errors

403
Forbidden Error
422
Unprocessable Entity Error