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 . Availability . ServiceAvailability
Retrieves available shipping options and delivery dates for a specified origin and destination.
/*
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 available shipping options and delivery dates for a specified origin and destination. The Fedex developer documentation can be found here.
Here is an example of acceptable inputs:
AccountNumber: {YOUR ACCOUNT NUMBER}
AuthenticationKey: {YOUR AUTHENTICATION KEY}
MeterNumber: {YOUR METER NUMBER}
Password: {YOUR DEVELOPER PASSWORD}
OriginCountryCode: US (see country code list)
OriginPostalCode: 11211
DestinationCountryCode: US (see country code list)
DestinationPostalCode: 10013
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> <ServiceAvailabilityReply xmlns="http://fedex.com/ws/vacs/v2"> <HighestSeverity>SUCCESS</HighestSeverity> <Notifications> <Severity>SUCCESS</Severity> <Source>vacs</Source> <Code>000</Code> <Message>SUCCESS</Message> <LocalizedMessage>SUCCESS</LocalizedMessage> </Notifications> <TransactionDetail> <CustomerTransactionId>ServiceAvailabilityRequest_v2</CustomerTransactionId> </TransactionDetail> <Version> <ServiceId>vacs</ServiceId> <Major>2</Major> <Intermediate>0</Intermediate> <Minor>0</Minor> </Version> <Options> <Service>FIRST_OVERNIGHT</Service> <DeliveryDate>2014-08-29</DeliveryDate> <DeliveryDay>FRI</DeliveryDay> <DestinationStationId>AYZA </DestinationStationId> <DestinationAirportId>EWR</DestinationAirportId> </Options> <Options> <Service>PRIORITY_OVERNIGHT</Service> <DeliveryDate>2014-08-29</DeliveryDate> <DeliveryDay>FRI</DeliveryDay> <DestinationStationId>AYZA </DestinationStationId> <DestinationAirportId>EWR</DestinationAirportId> </Options> <Options> <Service>STANDARD_OVERNIGHT</Service> <DeliveryDate>2014-08-29</DeliveryDate> <DeliveryDay>FRI</DeliveryDay> <DestinationStationId>AYZA </DestinationStationId> <DestinationAirportId>EWR</DestinationAirportId> </Options> <Options> <Service>FEDEX_2_DAY_AM</Service> <DeliveryDate>2014-09-02</DeliveryDate> <DeliveryDay>TUE</DeliveryDay> <DestinationStationId>AYZA </DestinationStationId> <DestinationAirportId>EWR</DestinationAirportId> </Options> <Options> <Service>FEDEX_2_DAY</Service> <DeliveryDate>2014-09-02</DeliveryDate> <DeliveryDay>TUE</DeliveryDay> <DestinationStationId>AYZA </DestinationStationId> <DestinationAirportId>EWR</DestinationAirportId> </Options> <Options> <Service>FEDEX_EXPRESS_SAVER</Service> <DeliveryDate>2014-09-03</DeliveryDate> <DeliveryDay>WED</DeliveryDay> <DestinationStationId>AYZA </DestinationStationId> <DestinationAirportId>EWR</DestinationAirportId> </Options> <Options> <Service>FEDEX_FIRST_FREIGHT</Service> <DeliveryDate>2014-08-29</DeliveryDate> <DeliveryDay>FRI</DeliveryDay> <DestinationStationId>JFKRT</DestinationStationId> <DestinationAirportId>JFK</DestinationAirportId> </Options> <Options> <Service>FEDEX_1_DAY_FREIGHT</Service> <DeliveryDate>2014-08-29</DeliveryDate> <DeliveryDay>FRI</DeliveryDay> <DestinationStationId>JFKRT</DestinationStationId> <DestinationAirportId>JFK</DestinationAirportId> </Options> <Options> <Service>FEDEX_2_DAY_FREIGHT</Service> <DeliveryDate>2014-09-02</DeliveryDate> <DeliveryDay>TUE</DeliveryDay> <DestinationStationId>JFKRT</DestinationStationId> <DestinationAirportId>JFK</DestinationAirportId> </Options> <Options> <Service>FEDEX_3_DAY_FREIGHT</Service> <DeliveryDate>2014-09-03</DeliveryDate> <DeliveryDay>WED</DeliveryDay> <DestinationStationId>JFKRT</DestinationStationId> <DestinationAirportId>JFK</DestinationAirportId> </Options> </ServiceAvailabilityReply> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms