curl -i -X POST \
https://docs.shipstation.com/_mock/apis/shipengine/openapi/v-beta/ltl/pickups \
-H 'API-Key: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"carrier_id": "aed2a8c0-7998-4fef-9a82-2cab5f527dc2",
"carrier": {
"instructions": "Call 30 minutes before arrival",
"test": false
},
"options": [
{
"code": "lftp",
"attributes": {}
}
],
"shipment": {
"service_code": "stnd",
"pickup_date": "2021-10-01",
"pickup_window": {
"start_at": "08:00:00",
"end_at": "12:00:00",
"closing_at": "17:00:00"
},
"packages": [
{}
],
"ship_from": {
"name": "John Doe",
"phone": "+1 204-253-9411 ext. 123",
"email": "example@example.com",
"company_name": "The Home Depot",
"address_line1": "1999 Bishop Grandin Blvd.",
"address_line2": "Unit 408",
"address_line3": "Building #7",
"city_locality": "Winnipeg",
"state_province": "Manitoba",
"postal_code": "78756-3717",
"country_code": "CA",
"address_residential_indicator": "no"
},
"ship_to": {
"name": "John Doe",
"phone": "+1 204-253-9411 ext. 123",
"email": "example@example.com",
"company_name": "The Home Depot",
"address_line1": "1999 Bishop Grandin Blvd.",
"address_line2": "Unit 408",
"address_line3": "Building #7",
"city_locality": "Winnipeg",
"state_province": "Manitoba",
"postal_code": "78756-3717",
"country_code": "CA",
"address_residential_indicator": "no"
},
"bill_to": {},
"requested_by": {}
}
}'