Schedule a pickup

SecurityAuthToken
Request
Request Body schema: application/json
required
required
object (Address)
fedex_account
string or null <uuid>
is_regularly_scheduled
boolean
required
object (BasePointOfContact)
provider_carrier_code
string or null
provider_code
required
string
scheduled_date
required
string <date>
shipments
Array of strings <uuid>
special_instructions
string or null
time_window_end
required
string <time>
time_window_start
required
string <time>
ups_account
string or null <uuid>
usps_account
string or null <uuid>
Responses
200

Pickup details

Response Schema: application/json
required
object (Address)
fedex_account
string or null <uuid>
is_regularly_scheduled
boolean
required
object (BasePointOfContact)
provider_carrier_code
string or null
provider_code
required
string
scheduled_date
required
string <date>
Array of objects <uuid> (SlimShipment)
special_instructions
string or null
time_window_end
required
string <time>
time_window_start
required
string <time>
ups_account
string or null <uuid>
usps_account
string or null <uuid>
cancelled_at
string or null <date-time>
created_at
required
string <date-time>
id
required
string <uuid>
pickup_number
string or null
provider_location_id
string or null
updated_at
required
string <date-time>
default

Default error response

post/shipments/pickups/
Request samples
application/json
{
  • "address": {
    },
  • "fedex_account": "9361f596-e74f-4d1f-9602-2b5ce417833d",
  • "is_regularly_scheduled": true,
  • "point_of_contact": {
    },
  • "provider_carrier_code": "string",
  • "provider_code": "string",
  • "scheduled_date": "2019-08-24",
  • "shipments": [
    ],
  • "special_instructions": "string",
  • "time_window_end": "14:15:22Z",
  • "time_window_start": "14:15:22Z",
  • "ups_account": "43e7af52-5f49-4017-8eed-e936f62ae88f",
  • "usps_account": "ae0b00af-9d20-4200-9cec-344703d56477"
}
Response samples
application/json
{
  • "address": {
    },
  • "fedex_account": "9361f596-e74f-4d1f-9602-2b5ce417833d",
  • "is_regularly_scheduled": true,
  • "point_of_contact": {
    },
  • "provider_carrier_code": "string",
  • "provider_code": "string",
  • "scheduled_date": "2019-08-24",
  • "shipments": [
    ],
  • "special_instructions": "string",
  • "time_window_end": "14:15:22Z",
  • "time_window_start": "14:15:22Z",
  • "ups_account": "43e7af52-5f49-4017-8eed-e936f62ae88f",
  • "usps_account": "ae0b00af-9d20-4200-9cec-344703d56477",
  • "cancelled_at": "2019-08-24T14:15:22Z",
  • "created_at": "2019-08-24T14:15:22Z",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "pickup_number": "string",
  • "provider_location_id": "string",
  • "updated_at": "2019-08-24T14:15:22Z"
}
Copyright © Shipwell 2024. All right reserved.