POST
/
v1
/
orders

Body

application/json
orders
object[]
required

List of orders to create

Response

200 - application/json
id
string
required

The id of the order

createdAt
string
required

The date and time when the order was created

externalId
string | null

The external id of the order

referenceId
string | null

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

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

orderMetadata
object | null

Key-value data to attach to Nash Jobs.

pickupAddress
string | null

The pickup address of the order

pickupPlaceId
string | null

Google place id for the pickup location.

pickupAddressNumber
string | null

The number on a house.

pickupAddressSecondarynumber
string | null

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

pickupAddressFormattedStreet
string | null

The street of the address.

pickupAddressCity
string | null

The city of the pickup address.

pickupAddressCounty
string | null

The county associated with the pickup address.

pickupAddressState
string | null

The state of the pickup address.

pickupAddressZip
string | null

The zip or postal code of the pickup address.

pickupAddressCountry
string | null

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

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'

pickupFirstName
string | null

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

pickupLastName
string | null

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

pickupBusinessName
string | null

Pickup business name at the origin.

pickupInstructions
string | null

Any special instructions for pickup.

pickupStoreLocationId
string | null

A unique identifier for store location created in Nash.

pickupExternalStoreLocationId
string | null

The external identifier used for your store.

pickupBarcodes
string[] | null

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

bookedDeliveryWindowSlot
object | null

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

eligibleDeliveryWindowSlots
object[] | null

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

dropoffAddress
string | null

The dropoff address of the order

dropoffPlaceId
string | null

Google place id for the dropoff location.

dropoffAddressNumber
string | null

The number on a house.

dropoffAddressSecondarynumber
string | null

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

dropoffAddressFormattedStreet
string | null

The street of the address.

dropoffAddressCity
string | null

The city of the dropoff address.

dropoffAddressCounty
string | null

The county associated with the dropoff address.

dropoffAddressState
string | null

The state of the dropoff address.

dropoffAddressZip
string | null

The zip or postal code of the dropoff address.

dropoffAddressCountry
string | null

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

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'

dropoffFirstName
string | null

First name of the contact at the destination.

dropoffLastName
string | null

Last name of the contact at the destination.

dropoffBusinessName
string | null

Dropoff business name at the destination.

dropoffInstructions
string | null

Any special instructions for dropoff.

dropoffStoreLocationId
string | null

A unique identifier for store location created in Nash.

dropoffBarcodes
string[] | null

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

deliveryMode
string | null

The delivery mode of the order

pickupStartTime
string | null

The start time of the pickup window.

pickupEndTime
string | null

The end time of the pickup window.

dropoffStartTime
string | null

The start time of the dropoff window.

dropoffEndTime
string | null

The end time of the dropoff window.

description
string | null

The description of the order

itemsCount
string | null

The number of items in the order

requirements
string[] | null

The requirements of the order

minimumVehicleSize
string | null

The requested minimum vehicle size.

currency
string | null

The currency of the order

valueCents
string | null

The value of the order in cents

tipAmountCents
string | null

The tip amount of the order in cents

width
string | null

The width of the order in cm

depth
string | null

The depth of the order in cm

height
string | null

The height of the order in cm

volume
string | null

The volume of the order in cm^3

weight
string | null

The weight of the order in kg

items
object[] | null

The items of the order

dispatchStrategyId
string | null

The dispatch strategy id of the order

documents
object[] | null

The documents of the order

validationErrors
object | null

The validation errors of the order

quotes
object[] | null

The quotes of the order

failedQuotes
string[] | null

The failed quotes of the order