Get order
Path Parameters
Unique reference number for the order: either order.id (starts with "ord_") or order.externalId
"ord_1234567890"
Response
The id of the order
"ord_1234567890"
The date and time when the order was created
"2023-08-29T19:17:46.264523"
The URL of the order in the Nash portal
"https://portal.dev.usenash.com/orders/ord_1234567890"
The URL of the order in the public tracking system
"https://tracking.dev.usenash.com/ord_1234567890"
The status of the order
"needs_attention"
The tags of the order
["quotes_only"]
The external id of the order
"1234567890"
A non-unique identifier for orders, visible to the courier if supported by the provider.
"1234567890"
Key-value data to attach to Nash Jobs.
{ "key": "value" }
The pickup address of the order
"185 University Ave, Palo Alto, CA 94301"
Google place id for the pickup location.
"ChIJd8BlQJq3t4kRUKhH43CQ"
The number on a house.
"185"
Secondary number on an address e.g. an apartment building.
The street of the address.
"University Ave"
The city of the pickup address.
"Palo Alto"
The county associated with the pickup address.
"Santa Clara"
The state of the pickup address.
"CA"
The zip or postal code of the pickup address.
"94301"
The ISO 3166-1 alpha-2 country code of the pickup address.
"US"
The pickup latitude coordinate.
37.422222
The pickup longitude coordinate.
-122.139776
The phone number to contact at the pickup location in the form: '+15555555555'
"+15555555555"
First name of the person to pickup from. If unknown pass 'Manager'. Limited to 80 characters.
"Manager"
Last name of the person to pickup from. If unknown pass 'Manager'. Limited to 80 characters.
"Manager"
Pickup business name at the origin.
"Store ABC"
Any special instructions for pickup.
"Leave at the front door"
A unique identifier for store location created in Nash.
"stl_VwpoPJaaqWiPGnXEhWfX"
The external identifier used for your store.
"0021112"
A list of zone IDs to consider for the Order. The pickup store location will be selected later via selected delivery window.
Array containing barcode values that are required to be scanned at the pickup waypoint.
["1234567890", "0987654321"]
The dropoff address of the order
"401 San Antonio Rd, Mountain View, CA 94040"
Google place id for the dropoff location.
"ChIJd8BlQJq3t4kRUKhH43CQ"
The number on a house.
"401"
Secondary number on an address e.g. an apartment building.
The street of the address.
"San Antonio Rd"
The city of the dropoff address.
"Mountain View"
The county associated with the dropoff address.
"Santa Clara"
The state of the dropoff address.
"CA"
The zip or postal code of the dropoff address.
"94040"
The ISO 3166-1 alpha-2 country code of the dropoff address.
"US"
The dropoff latitude coordinate.
37.422222
The dropoff longitude coordinate.
-122.139776
The phone number to contact at the dropoff location in the form: '+15555555555'
"+15555555556"
First name of the contact at the destination.
"Quote"
Last name of the contact at the destination.
"Request"
Dropoff business name at the destination.
Any special instructions for dropoff.
"Leave at the front door"
A unique identifier for store location created in Nash.
Array containing barcode values that are required to be scanned at the dropoff waypoint.
The delivery mode of the order
"scheduled"
The start time of the pickup window.
"2024-08-22T23:54:08Z"
The end time of the pickup window.
"2024-08-22T23:54:08Z"
The start time of the dropoff window.
"2024-08-22T23:54:08Z"
The end time of the dropoff window.
"2024-08-22T23:54:08Z"
The description of the order
"Order description"
The number of items in the order
"1"
The requirements of the order
["photo_proof_of_delivery"]
The requested minimum vehicle size.
"car"
The currency of the order
"USD"
The value of the order in cents
"10000"
The tip amount of the order in cents
"1000"
The width of the order in cm
"100"
The depth of the order in cm
"100"
The height of the order in cm
"100"
The volume of the order in cm^3
The weight of the order in kg
"100"
The items of the order
The dispatch strategy id of the order
"dss_1234567890"
The documents of the order
Document object returned by the API.
[
{
"contentType": "application/pdf",
"data": "SGVsbG8gd29ybGQ=",
"id": "doc_1234567890",
"type": "shipping_label",
"url": "https://example.com/document.pdf"
}
]
The validation errors of the order
{ "pickupStartTime": "Time is in the past" }
The quotes of the order
Generic serializer for quotes used in many endpoints.
[
{
"costSplitBusinessCents": null,
"costSplitCustomerCents": null,
"createdTime": "2024-09-03T20:43:45.899094",
"currency": "USD",
"dropoffEta": "2024-09-03T22:20:47.569000",
"expireTime": "2024-09-03T21:43:45.899102",
"id": "qot_2oWASjGxMtucwGgu6A7BYC",
"insuranceFeeCents": 0,
"nashFeeCents": 300,
"pickupWindow": null,
"priceCents": 100,
"providerId": "dispatch_partner",
"providerIsInternal": false,
"providerLogo": "https://nash-provider-logos.s3.amazonaws.com/dispatchit-logo.jpg",
"providerName": "Dispatch",
"tags": null,
"taxAmountCents": null,
"tollFeeCents": 0,
"totalPriceBreakdown": { "priceCents": 100 },
"totalPriceCents": 100,
"type": "LOCAL"
}
]
The failed quotes of the order
["quote_1234567890", "quote_0987654321"]