PickupLocation
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:
DEALERaddressPickupAddress (string)
The street address of the pickup location
Example:
123 Test DrcityPickupCity (string)
The city of the pickup location
Example:
DallasstatePickupState (string)
the state of the pickup location
Example:
TXzipcodePickupZipcode (integer)
The zipcode of the pickup location
Example:
75234contact_nameContactName (string)
Name of the person to contact
Example:
John Smithcontact_emailContactEmail (string)
Email address of the person to contact
Example:
jsmith@domain.comcontact_phoneContactPhone (string)
Phone number of the person to contact
Example:
2145550000notesPickupNotes (string)
Any notes or instructions related to the pickup
Example:
Add any notes or instructions hereavailable_pickup_dttmDate
The date the shipment is available for pickup
Example:
2024-08-10T08:00:00-0500scheduled_pickup_dttmdate
The scheduled pickup date
Example:
2024-08-10T08:00:00.000+0000scheduled_pickup_dttm_enddatenullable
The end of the scheduled pickup date range
Example:
2024-08-10T08:00:00.000+0000pickup_dttmDate
The date the shipment is available for pickup
Example:
2024-08-10T08:00:00-0500PickupLocation
{
"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",
"available_pickup_dttm": "2024-08-10T08:00:00-0500",
"scheduled_pickup_dttm": "2024-08-10T08:00:00.000+0000",
"scheduled_pickup_dttm_end": "2024-08-10T08:00:00.000+0000",
"pickup_dttm": "2024-08-10T08:00:00-0500"
}