This endpoint is deprecated. Please use the Create Order endpoint instead.
Scheduled Job Time Calculations
When creating a scheduled job, you must include at least one of the following fields:packagePickupStartTime
packagePickupEndTime
packageDropoffStartTime
packageDropoffEndTime
For this and all other endpoints, as Nash processes fields from different providers, please assume that any field in the response we provide may be
null
.Package Items
An array of item objects, each describing an item within the package for delivery. Each object should include the item’s name, dimensions (length, width, height), and count, providing a detailed inventory of the package’s contents. This information is used to ensure accurate handling and space allocation for transport.
Note that it’s still highly recommended to include both pickup and dropoff times since our estimations are based on historical time data rather than real-time metrics.
The fields
selectedConfiguration
and jobSpecification
returned in the job response are deprecated and not recommended to be used.Migration guide, replace:jobSpecification->package
with data->jobConfiguration[0]->package
and selectedConfiguration
with jobConfiguration[0]
Body
application/json
Expected payload for creating a job.
Response
OK
A Nash Job.