Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 7.04 KB

pickupbase.md

File metadata and controls

13 lines (10 loc) · 7.04 KB

PickupBase

Fields

Field Type Required Description Example
carrier_account str ✔️ The object ID of your USPS or DHL Express carrier account.
You can retrieve this from your Rate requests or our Carrier Accounts endpoint.
adcfdddf8ec64b84ad22772bce3ea37a
location components.Location ✔️ Location where the parcel(s) will be picked up.
requested_end_time date ✔️ The latest that you requested your parcels to be available for pickup.
Expressed in the timezone specified in the response.
requested_start_time date ✔️ The earliest that you requested your parcels to be ready for pickup.
Expressed in the timezone specified in the response.
transactions List[str] ✔️ The transaction(s) object ID(s) for the parcel(s) that need to be picked up. [
"adcfdddf8ec64b84ad22772bce3ea37a"
]
metadata Optional[str] A string of up to 100 characters that can be filled with any additional information you
want to attach to the object.