Skip to content

Latest commit

 

History

History
49 lines (46 loc) · 5.17 KB

OrdersPaginatedHistoryGet200ResponseResultsInner.md

File metadata and controls

49 lines (46 loc) · 5.17 KB

# OrdersPaginatedHistoryGet200ResponseResultsInner

Properties

Name Type Description Notes
id string The order ID
pickup_window \OpenAPI\Client\Model\OrdersPaginatedHistoryGet200ResponseResultsInnerPickupWindow
carrier string The carrier name
status \OpenAPI\Client\Model\OrdersPaginatedHistoryGet200ResponseResultsInnerStatus
creation_time \DateTime The order original creation time in ISO8601 format
updated_time \DateTime The order last update time in ISO8601 format [optional]
label_print_time \DateTime The last time a label was printed in ISO8601 format [optional]
dropoff_address string The dropoff address
dropoff_geo_location \OpenAPI\Client\Model\OrdersPaginatedHistoryGet200ResponseResultsInnerDropoffGeoLocation [optional]
dropoff_window \OpenAPI\Client\Model\OrdersPaginatedHistoryGet200ResponseResultsInnerPickupWindow [optional]
estimated_arrival_time \DateTime The estimated arrival time in ISO8601 format [optional]
customer \OpenAPI\Client\Model\OrdersPaginatedHistoryGet200ResponseResultsInnerCustomer
notes string The dropoff note [optional]
aggregation_id string The aggregation ID
parcels_count int The number of parcels in this order
external_order_id string An external order ID attached to this order
store_id string The ID of the e-commerce store for this order (if exists) [optional]
order_tracking_info \OpenAPI\Client\Model\OrdersPaginatedHistoryGet200ResponseResultsInnerOrderTrackingInfo [optional]
handoff_type string
handoff_info \OpenAPI\Client\Model\QuotePost200ResponseDateProposalsInnerProposalsInnerProposalHandoffInfo [optional]
used_credits bool Whether credits were used to pay for this order
label_required bool Whether label is required
proof_of_collection \OpenAPI\Client\Model\OrdersPaginatedHistoryGet200ResponseResultsInnerProofOfCollectionInner[] Proof of collection for an order [optional]
proof_of_delivery \OpenAPI\Client\Model\OrdersPaginatedHistoryGet200ResponseResultsInnerProofOfCollectionInner[] Proof of delivery for an order [optional]
username string The name of the user who created the order [optional]
expected_vehicle_type string [optional]
delivery_method string The delivery method
origin \OpenAPI\Client\Model\QuotePostRequestPickupInfoOneOf1InnerAddress
pickup_contact_info \OpenAPI\Client\Model\OrdersPaginatedHistoryGet200ResponseResultsInnerCustomer [optional]
sender_contact_details \OpenAPI\Client\Model\OrdersPaginatedHistoryGet200ResponseResultsInnerSenderContactDetails [optional]
is_gift bool Whether this delivery is a gift [optional] [default to false]
route_order_index int The index of the order in the route [optional]
route_info \OpenAPI\Client\Model\OrdersPaginatedHistoryGet200ResponseResultsInnerRouteInfo [optional]
schedule_info \OpenAPI\Client\Model\OrdersPaginatedHistoryGet200ResponseResultsInnerScheduleInfo [optional]
extra_external_ids string[] Additional external IDs for the order [optional]
is_return bool Whether it is required to return back to the origin location [optional]
simulated_order bool Whether this order is a simulated order (for testing/demo purposes) [default to false]
value \OpenAPI\Client\Model\QuotePostRequestParcelsInnerItemsListInnerValue [optional]
edit_info \OpenAPI\Client\Model\OrdersPaginatedHistoryGet200ResponseResultsInnerEditInfo [optional]
is_nationwide bool Whether it is a nationwide delivery [optional]
carrier_delivery_url string The URL to find the delivery in the carrier (if exists) [optional]

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