POST
/
v1
/
orders

Body

application/json
orders
object[]
required

List of orders to create

Response

200 - application/json
createdAt
string
required

The date and time when the order was created

id
string
required

The id of the order

portalUrl
string
required

The URL of the order in the Nash portal

publicTrackingUrl
string
required

The URL of the order in the public tracking system

status
string
required

The status of the order

tags
string[]
required

The tags of the order

bookedDeliveryWindowSlot
object | null

The delivery window time slot that the end customer requested this order to be delivered in.

currency
string | null

The currency of the order

deliveryMode
string | null

The delivery mode of the order

depth
string | null

The depth of the order in cm

description
string | null

The description of the order

dispatchStrategyId
string | null

The dispatch strategy id of the order

documents
object[] | null

The documents of the order

dropoffAddress
string | null

The dropoff address of the order

dropoffAddressCity
string | null

The city of the dropoff address.

dropoffAddressCountry
string | null

The ISO 3166-1 alpha-2 country code of the dropoff address.

dropoffAddressCounty
string | null

The county associated with the dropoff address.

dropoffAddressFormattedStreet
string | null

The street of the address.

dropoffAddressNumber
string | null

The number on a house.

dropoffAddressSecondarynumber
string | null

Secondary number on an address e.g. an apartment building.

dropoffAddressState
string | null

The state of the dropoff address.

dropoffAddressZip
string | null

The zip or postal code of the dropoff address.

dropoffBarcodes
string[] | null

Array containing barcode values that are required to be scanned at the dropoff waypoint.

dropoffBusinessName
string | null

Dropoff business name at the destination.

dropoffEndTime
string | null

The end time of the dropoff window.

dropoffFirstName
string | null

First name of the contact at the destination.

dropoffInstructions
string | null

Any special instructions for dropoff.

dropoffLastName
string | null

Last name of the contact at the destination.

dropoffLat
number | null

The dropoff latitude coordinate.

dropoffLng
number | null

The dropoff longitude coordinate.

dropoffPhoneNumber
string | null

The phone number to contact at the dropoff location in the form: '+15555555555'

dropoffPlaceId
string | null

Google place id for the dropoff location.

dropoffStartTime
string | null

The start time of the dropoff window.

dropoffStoreLocationId
string | null

A unique identifier for store location created in Nash.

eligibleDeliveryWindowSlots
object[] | null

The delivery window time slots that the customers can choose from.

externalGroupId
string | null

Order unique identifier from an external system. Used to group orders together. You should use it when you have multiple deliveries for one order in your system.

externalId
string | null

The external id of the order

failedQuotes
string[] | null

The failed quotes of the order

height
string | null

The height of the order in cm

items
object[] | null

The items of the order

itemsCount
string | null

The number of items in the order

minimumVehicleSize
string | null

The requested minimum vehicle size.

orderMetadata
object | null

Key-value data to attach to Nash Jobs.

pickupAddress
string | null

The pickup address of the order

pickupAddressCity
string | null

The city of the pickup address.

pickupAddressCountry
string | null

The ISO 3166-1 alpha-2 country code of the pickup address.

pickupAddressCounty
string | null

The county associated with the pickup address.

pickupAddressFormattedStreet
string | null

The street of the address.

pickupAddressNumber
string | null

The number on a house.

pickupAddressSecondarynumber
string | null

Secondary number on an address e.g. an apartment building.

pickupAddressState
string | null

The state of the pickup address.

pickupAddressZip
string | null

The zip or postal code of the pickup address.

pickupBarcodes
string[] | null

Array containing barcode values that are required to be scanned at the pickup waypoint.

pickupBusinessName
string | null

Pickup business name at the origin.

pickupEndTime
string | null

The end time of the pickup window.

pickupExternalStoreLocationId
string | null

The external identifier used for your store.

pickupFirstName
string | null

First name of the person to pickup from. If unknown pass 'Manager'. Limited to 80 characters.

pickupInstructions
string | null

Any special instructions for pickup.

pickupLastName
string | null

Last name of the person to pickup from. If unknown pass 'Manager'. Limited to 80 characters.

pickupLat
number | null

The pickup latitude coordinate.

pickupLng
number | null

The pickup longitude coordinate.

pickupPhoneNumber
string | null

The phone number to contact at the pickup location in the form: '+15555555555'

pickupPlaceId
string | null

Google place id for the pickup location.

pickupStartTime
string | null

The start time of the pickup window.

pickupStoreLocationId
string | null

A unique identifier for store location created in Nash.

quotes
object[] | null

The quotes of the order

referenceId
string | null

A non-unique identifier for orders, visible to the courier if supported by the provider.

requirements
string[] | null

The requirements of the order

tipAmountCents
string | null

The tip amount of the order in cents

validationErrors
object | null

The validation errors of the order

valueCents
string | null

The value of the order in cents

volume
string | null

The volume of the order in cm^3

weight
string | null

The weight of the order in kg

width
string | null

The width of the order in cm