Skip to main content

DeliveryLocation

details of the delivery location

location_nameLocationName (string)

name of the location for the order pickup

Example: Pickup Here, LLC
location_typeLocationType (string)

The type of business associated with the address

Possible values: [AUCTION, BUSINESS, DEALER, PRIVATE, REPO_YARD, PORT]

Example: DEALER
addressDeliveryAddress (string)required

The street address of the delivery location

Example: 123 Test Dr
cityDeliveryCity (string)required

The city of the delivery location

Example: Dallas
stateDeliveryState (string)required

the state of the delivery location

Example: TX
zipcodeDeliveryZipcode (integer)required

The zipcode of the delivery location

Example: 75234
contact_nameContactName (string)required

Name of the person to contact

Example: John Smith
contact_emailContactEmail (string)required

Email address of the person to contact

Example: jsmith@domain.com
contact_phoneContactPhone (string)required

Phone number of the person to contact

Example: 2145550000
notesDeliveryNotes (string)

Any notes or instructions related to the delivery

Example: Add any notes or instructions here
preferred_delivery_dttmDate

The date you would like the shipment to be delivered

Example: 2024-08-18T08:00:00-0500
scheduled_delivery_dttmDate

The date you would like the shipment to be delivered

Example: 2024-08-18T08:00:00-0500
scheduled_delivery_dttm_endDate

The date you would like the shipment to be delivered

Example: 2024-08-18T08:00:00-0500
delivery_dttmDate

The date you would like the shipment to be delivered

Example: 2024-08-18T08:00:00-0500
DeliveryLocation
{
"location_name": "Pickup Here, LLC",
"location_type": "DEALER",
"address": "123 Test Dr",
"city": "Dallas",
"state": "TX",
"zipcode": 75234,
"contact_name": "John Smith",
"contact_email": "jsmith@domain.com",
"contact_phone": "2145550000",
"notes": "Add any notes or instructions here",
"preferred_delivery_dttm": "2024-08-18T08:00:00-0500",
"scheduled_delivery_dttm": "2024-08-18T08:00:00-0500",
"scheduled_delivery_dttm_end": "2024-08-18T08:00:00-0500",
"delivery_dttm": "2024-08-18T08:00:00-0500"
}