You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . FedEx . TrackingAndVisibility . TrackByReference
Retrieves shipment information for a specified reference number.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo retrieves shipment information for a specified reference number. The Fedex developer documentation can be found here.
Note that the OperatingCompany input is required. The following values are valid for this input:
fedex_cargo
fedex_corporate_services
fedex_corporation
fedex_customer_information_systems
fedex_custom_critical
fedex_express
fedex_freight
fedex_ground
fedex_kinkos
fedex_office
fedex_services
fedex_trade_networks
Here is an example of acceptable inputs:
AccountNumber: {YOUR ACCOUNT NUMBER}
AuthenticationKey: {YOUR AUTHENTICATION KEY}
MeterNumber: {YOUR METER NUMBER}
Password: {YOUR DEVELOPER PASSWORD}
Reference: 99999999999
PostalCode: 11211
CountryCode: US
OperatingCompany: fedex_express
Endpoint: test
The following is a sample of the XML information returned by this Choreo:
<?xml version="1.0"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <TrackReply xmlns="http://fedex.com/ws/track/v9"> <HighestSeverity>SUCCESS</HighestSeverity> <Notifications> <Severity>SUCCESS</Severity> <Source>trck</Source> <Code>0</Code> <Message>Request was successfully processed.</Message> <LocalizedMessage>Request was successfully processed.</LocalizedMessage> </Notifications> <TransactionDetail> <CustomerTransactionId>Track By Reference_v9</CustomerTransactionId> </TransactionDetail> <Version> <ServiceId>trck</ServiceId> <Major>9</Major> <Intermediate>1</Intermediate> <Minor>0</Minor> </Version> <CompletedTrackDetails> <HighestSeverity>SUCCESS</HighestSeverity> <Notifications> <Severity>SUCCESS</Severity> <Source>trck</Source> <Code>0</Code> <Message>Request was successfully processed.</Message> <LocalizedMessage>Request was successfully processed.</LocalizedMessage> </Notifications> <DuplicateWaybill>false</DuplicateWaybill> <MoreData>false</MoreData> <TrackDetailsCount>0</TrackDetailsCount> <TrackDetails> <Notification> <Severity>ERROR</Severity> <Source>trck</Source> <Code>9040</Code> <Message>No information for the following shipments has been received by our system yet. Please try again or contact Customer Service at 1.800.Go.FedEx(R) 800.463.3339.</Message> <LocalizedMessage>No information for the following shipments has been received by our system yet. Please try again or contact Customer Service at 1.800.Go.FedEx(R) 800.463.3339.</LocalizedMessage> </Notification> <TrackingNumber>99999999999</TrackingNumber> <StatusDetail> <Location> <Residential>false</Residential> </Location> </StatusDetail> <PackageSequenceNumber>0</PackageSequenceNumber> <PackageCount>0</PackageCount> <DeliveryAttempts>0</DeliveryAttempts> <TotalUniqueAddressCountInConsolidation>0</TotalUniqueAddressCountInConsolidation> <DeliveryOptionEligibilityDetails> <Option>INDIRECT_SIGNATURE_RELEASE</Option> <Eligibility>INELIGIBLE</Eligibility> </DeliveryOptionEligibilityDetails> <DeliveryOptionEligibilityDetails> <Option>REDIRECT_TO_HOLD_AT_LOCATION</Option> <Eligibility>INELIGIBLE</Eligibility> </DeliveryOptionEligibilityDetails> <DeliveryOptionEligibilityDetails> <Option>REROUTE</Option> <Eligibility>INELIGIBLE</Eligibility> </DeliveryOptionEligibilityDetails> <DeliveryOptionEligibilityDetails> <Option>RESCHEDULE</Option> <Eligibility>INELIGIBLE</Eligibility> </DeliveryOptionEligibilityDetails> </TrackDetails> </CompletedTrackDetails> </TrackReply> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms