DeliveryLocation
details of the delivery location
location_nameLocationName (string)
name of the location for the order pickup
Example:
Pickup Here, LLClocation_typeLocationType (string)
The type of business associated with the address
Possible values: [AUCTION, BUSINESS, DEALER, PRIVATE, REPO_YARD, PORT]
Example:
DEALERaddressDeliveryAddress (string)required
The street address of the delivery location
Example:
123 Test DrcityDeliveryCity (string)required
The city of the delivery location
Example:
DallasstateDeliveryState (string)required
the state of the delivery location
Example:
TXzipcodeDeliveryZipcode (integer)required
The zipcode of the delivery location
Example:
75234contact_nameContactName (string)required
Name of the person to contact
Example:
John Smithcontact_emailContactEmail (string)required
Email address of the person to contact
Example:
jsmith@domain.comcontact_phoneContactPhone (string)required
Phone number of the person to contact
Example:
2145550000notesDeliveryNotes (string)
Any notes or instructions related to the delivery
Example:
Add any notes or instructions herepreferred_delivery_dttmDate
The date you would like the shipment to be delivered
Example:
2024-08-18T08:00:00-0500scheduled_delivery_dttmDate
The date you would like the shipment to be delivered
Example:
2024-08-18T08:00:00-0500scheduled_delivery_dttm_endDate
The date you would like the shipment to be delivered
Example:
2024-08-18T08:00:00-0500delivery_dttmDate
The date you would like the shipment to be delivered
Example:
2024-08-18T08:00:00-0500DeliveryLocation
{
"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"
}