Skip to content

Get unmanifested shipments

PUT
/shipping/api/v1/scan_forms/unmanifested

Retrieve a list of carriers that have shipments which have not yet been included in a scan form.

Use this to check which carriers have pending shipments that need to be manifested before carrier pickup.

Unmanifested shipments retrieved successfully

object
carriers

List of carriers with unmanifested shipments

Array<object>
object
carrier_id

Carrier identifier

string
amazon_shipping_v2__USPS
unmanifested_shipment_location_list

List of locations with unmanifested shipments for this carrier

Array<object>
object
city
string
Seattle
state_or_region
string
WA
country_code
string
US
postal_code
string
98109
error_messages
Array<string>

Bad request - failed to retrieve unmanifested shipments

object
error_messages
required

List of error messages

Array<string>
[
"to_address is required"
]
{
"error_messages": [
"Invalid request parameters"
]
}