Name | Type | Description | Notes |
---|---|---|---|
pickup_date | str | The expected pickup date Date Format: `YYYY-MM-DD` | |
ready_time | str | The ready time for pickup. Time Format: `HH:MM` | |
closing_time | str | The closing or late time of the pickup Time Format: `HH:MM` | |
tracking_numbers | [str] | The list of shipments to be picked up | |
address | AddressData | [optional] | |
instruction | str, none_type | The pickup instruction. eg: Handle with care. | [optional] |
package_location | str, none_type | The package(s) location. eg: Behind the entrance door. | [optional] |
options | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type | Advanced carrier specific pickup options | [optional] |
metadata | {str: (bool, date, datetime, dict, float, int, list, str, none_type)} | User metadata for the pickup | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.