Shipments
A shipment object includes the shipment description, carrier information, and shipment dates. The table below describes each parameter and how it maps to the Field Nation Platform.
Shipment Object
Parameter | Type | Example | Mapping/Notes | |
---|---|---|---|---|
id | integer | "id":216 | Shipment ID. | |
user | object | "user":{} | User id, first_name, and last_name of shipment creator. | |
name | string | "name":"Parts" | Shipments > Item description. | |
direction | string | "direction": "to site" | Shipments > To site or From site. |
|
carrier | object | "carrier":{} | Shipments > Tracking number and Carrier information. | |
name | string | "name":"other" | Shipments > Carrier. |
|
other | string | "other":"ABC Shipping" | Carrier Name. Required only if carrier name = other. | |
link_href | string | "link_href":"" | Link to tracking information. Automatically populated if available. | |
tracking | string | "tracking":"10025A45" | Shipments > Tracking number. | |
arrival | object | "arrival":{} | Estimated arrival date in UTC and local time. | |
arrived | object | "arrived":{} | Delivered date in UTC and local time. | |
location | object | "location":{} | Shipments > Location information. Required only if direction = to other location . | |
name | string | "name":"ABC Corp" | Shipments > Location > Location name. Optional. |
|
address1 | string | "address1":"123 Main Street" | Shipments > Location > Street Address. | |
address2 | string | "address2":"Building 4C" | Shipments > Location > Address 2. Optional. | |
city | string | "city":"Phoenix" | Shipments > Location > State | |
state | string | "state":"AZ" | Shipments > Location > State. | |
zip | string | "zip":"85001" | Shipments > Location > Zip. | |
Country | string | "country":"US" | Shipments > Location > Country. Refer to Country Codes for a list of codes. | |
task_id | integer | "task_id":0 | Task id associated with this shipment. Optional. | |
status | string | "status":"New" | Shipment Status. |
Examples
Work Order Shipments Response
You can locate shipment information in the work order > shipments object.
"shipments": { }