Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (21 loc) · 1.45 KB

Pickup.md

File metadata and controls

24 lines (21 loc) · 1.45 KB

# Pickup

Properties

Name Type Description Notes
id string A unique pickup identifier [optional]
object_type string Specifies the object type [optional] [default to 'pickup']
carrier_name string The pickup carrier
carrier_id string The pickup carrier configured name
confirmation_number string The pickup confirmation identifier
pickup_date string The pickup date [optional]
pickup_charge \Karrio\Model\Charge [optional]
ready_time string The pickup expected ready time [optional]
closing_time string The pickup expected closing or late time [optional]
address \Karrio\Model\Address
parcels \Karrio\Model\Parcel[] The shipment parcels to pickup.
instruction string The pickup instruction. eg: Handle with care. [optional]
package_location string The package(s) location. eg: Behind the entrance door. [optional]
options object Advanced carrier specific pickup options [optional]
metadata object User metadata for the pickup [optional]
test_mode bool Specified whether it was created with a carrier in test mode

[Back to Model list] [Back to API list] [Back to README]