FedEx Service Availability Virtual Sandbox
Verify FedEx shipping service options and transit times for your logistics workflows.
The FedEx Service Availability API allows developers to determine available shipping services, transit times, and package options between origin and destination locations. This virtual endpoint provides a predictable environment to validate request payloads and response structures for service availability queries without hitting live FedEx infrastructure.
Use this hosted sandbox to simulate FedEx Service Availability APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready.
This keeps your integration code consistent across local development, QA, demos, and production.
Use cases:
Use this sandbox to validate transit time calculations, service-level availability based on zip codes, package-type constraints, and error handling for invalid shipping routes or unsupported service combinations.
General(2 operations)
POST
| Header Name | Example |
|---|---|
x-customer-transaction-id | "0e671149-016f-1000-941f-ef4dbabadd2e" |
content-type* | "application/json" |
x-locale | "en_US" |
authorization* | "Bearer XXX" |
{
"carrierCodes": [
"FDXE"
],
"requestedShipment": {
"customsClearanceDetail": {
"commodities": [
{
"customsValue": {
"amount": "100",
"currency": "USD"
},
"description": "COMMODITIES",
"numberOfPieces": 1
}
]
},
"packagingType": "YOUR_PACKAGING",
"recipients": [
{
"address": {
"countryCode": "FR",
"postalCode": "75001"
}
}
],
"requestedPackageLineItems": [
{
"weight": {
"units": "LB",
"value": "10"
}
}
],
"shipper": {
"address": {
"countryCode": "US",
"postalCode": "38017"
}
}
}
}{
"customerTransactionId": "k1KomMWK5b",
"output": {
"alerts": [
{
"alertType": "WARNING",
"code": "e7qVaTYIRn",
"message": "Service Alert"
},
{
"alertType": "WARNING",
"code": "zDWgfYppcl",
"message": "Weather Impact"
},
{
"alertType": "NOTE",
"code": "4kTaVmrJZ7",
"message": "Operational Update"
},
{
"alertType": "WARNING",
"code": "engikezYrh",
"message": "Service Alert"
},
{
"alertType": "WARNING",
"code": "ApZn6C3Stp",
"message": "Operational Update"
}
],
"encoded": false,
"transitTimes": [
{
"transitTimeDetails": [
{
"commit": {
"brokerCommitTimestamp": "2027-06-12T00:00:00.0Z",
"commitMessageDetails": "laborum aliquip tempor eiusmod",
"commodityName": "copper",
"cutOffTime": "17:00:00",
"dateDetail": {
"day": "Apr-13-2021",
"dayOfWeek": "Fri",
"time": "09:30:00"
},
"derivedDestinationDetail": {
"airportId": "CA4562",
"countryCode": "CR",
"locationId": "631278456",
"locationNumber": 7856,
"postalCode": "77333-8748",
"serviceArea": "100015",
"stateOrProvinceCode": "MN"
},
"transitDays": {
"description": "1 Business Day",
"maximumTransitTime": "ONE_DAY",
"minimumTransitTime": "TWO_DAYS"
}
},
"customerMessages": [
{
"code": "SERVICE.TYPE.INTERNATIONAL.MESSAGE",
"message": "Delivery might be affected by weather."
},
{
"code": "DELIVERY.ADVISORY",
"message": "Delivery might be affected by weather."
},
{
"code": "SERVICE.TYPE.INTERNATIONAL.MESSAGE",
"message": "Rate does not include duties & taxes."
},
{
"code": "RATE.TYPE.INFO",
"message": "Signature required for delivery."
},
{
"code": "SERVICE.TYPE.INTERNATIONAL.MESSAGE",
"message": "Signature required for delivery."
}
],
"destinationLocation": {
"geoPositionalCoordinates": "{\"latitude\":5.637376656633329,\"longitude\":3.616076749251911}"
},
"distance": {
"units": "KM",
"value": 1.2315135367772556
},
"serviceName": "FedEx Home Delivery",
"serviceType": "FEDEX_2_DAY"
},
{
"commit": {
"brokerCommitTimestamp": "2027-02-06T00:00:00.0Z",
"commitMessageDetails": "dolore in voluptate pariatur Excepteur",
"commodityName": "automotive parts",
"cutOffTime": "15:45:00",
"dateDetail": {
"day": "Apr-13-2021",
"dayOfWeek": "Thu",
"time": "09:30:00"
},
"derivedDestinationDetail": {
"airportId": "CA4562",
"countryCode": "NO",
"locationId": "631278456",
"locationNumber": 7856,
"postalCode": "87071-6859",
"serviceArea": "100015",
"stateOrProvinceCode": "OR"
},
"transitDays": {
"description": "1 Business Day",
"maximumTransitTime": "THREE_DAYS",
"minimumTransitTime": "TWO_DAYS"
}
},
"customerMessages": [
{
"code": "DELIVERY.ADVISORY",
"message": "Rate does not include duties & taxes."
}
],
"destinationLocation": {
"geoPositionalCoordinates": "{\"latitude\":5.637376656633329,\"longitude\":3.616076749251911}"
},
"distance": {
"units": "KM",
"value": 1.2315135367772556
},
"serviceName": "FedEx Home Delivery",
"serviceType": "FEDEX_GROUND"
}
]
},
{
"transitTimeDetails": [
{
"commit": {
"brokerCommitTimestamp": "2026-12-26T00:00:00.0Z",
"commitMessageDetails": "cupidatat",
"commodityName": "copper",
"cutOffTime": "15:45:00",
"dateDetail": {
"day": "Apr-13-2021",
"dayOfWeek": "Sun",
"time": "09:30:00"
},
"derivedDestinationDetail": {
"airportId": "CA4562",
"countryCode": "MN",
"locationId": "631278456",
"locationNumber": 7856,
"postalCode": "97261-2283",
"serviceArea": "100015",
"stateOrProvinceCode": "NE"
},
"transitDays": {
"description": "5-10 Business Days",
"maximumTransitTime": "SEVEN_DAYS",
"minimumTransitTime": "TWO_DAYS"
}
},
"customerMessages": [
{
"code": "DELIVERY.ADVISORY",
"message": "Delivery might be affected by weather."
},
{
"code": "RATE.TYPE.INFO",
"message": "Delivery might be affected by weather."
}
],
"destinationLocation": {
"geoPositionalCoordinates": "{\"latitude\":5.637376656633329,\"longitude\":3.616076749251911}"
},
"distance": {
"units": "KM",
"value": 1.2315135367772556
},
"serviceName": "FedEx Home Delivery",
"serviceType": "PRIORITY_OVERNIGHT"
},
{
"commit": {
"brokerCommitTimestamp": "2027-03-15T00:00:00.0Z",
"commitMessageDetails": "qui reprehenderit ad aliquip",
"commodityName": "copper",
"cutOffTime": "18:30:00",
"dateDetail": {
"day": "Apr-13-2021",
"dayOfWeek": "Fri",
"time": "09:30:00"
},
"derivedDestinationDetail": {
"airportId": "CA4562",
"countryCode": "TW",
"locationId": "631278456",
"locationNumber": 7856,
"postalCode": "57040-3491",
"serviceArea": "100015",
"stateOrProvinceCode": "OK"
},
"transitDays": {
"description": "5-10 Business Days",
"maximumTransitTime": "ONE_DAY",
"minimumTransitTime": "TWO_DAYS"
}
},
"customerMessages": [
{
"code": "SERVICE.TYPE.INTERNATIONAL.MESSAGE",
"message": "Rate does not include duties & taxes."
},
{
"code": "DELIVERY.ADVISORY",
"message": "Rate does not include duties & taxes."
},
{
"code": "DELIVERY.ADVISORY",
"message": "Rate does not include duties & taxes."
},
{
"code": "RATE.TYPE.INFO",
"message": "Delivery might be affected by weather."
},
{
"code": "RATE.TYPE.INFO",
"message": "Signature required for delivery."
}
],
"destinationLocation": {
"geoPositionalCoordinates": "{\"latitude\":5.637376656633329,\"longitude\":3.616076749251911}"
},
"distance": {
"units": "KM",
"value": 1.2315135367772556
},
"serviceName": "FedEx Home Delivery",
"serviceType": "PRIORITY_OVERNIGHT"
},
{
"commit": {
"brokerCommitTimestamp": "2027-01-25T00:00:00.0Z",
"commitMessageDetails": "qui sit nisi culpa",
"commodityName": "textiles",
"cutOffTime": "17:00:00",
"dateDetail": {
"day": "Apr-13-2021",
"dayOfWeek": "Tue",
"time": "09:30:00"
},
"derivedDestinationDetail": {
"airportId": "CA4562",
"countryCode": "MG",
"locationId": "631278456",
"locationNumber": 7856,
"postalCode": "81669-0131",
"serviceArea": "100015",
"stateOrProvinceCode": "CA"
},
"transitDays": {
"description": "2-7 Business Days",
"maximumTransitTime": "ONE_DAY",
"minimumTransitTime": "TWO_DAYS"
}
},
"customerMessages": [
{
"code": "SERVICE.TYPE.INTERNATIONAL.MESSAGE",
"message": "Delivery might be affected by weather."
},
{
"code": "DELIVERY.ADVISORY",
"message": "Signature required for delivery."
},
{
"code": "DELIVERY.ADVISORY",
"message": "Signature required for delivery."
}
],
"destinationLocation": {
"geoPositionalCoordinates": "{\"latitude\":5.637376656633329,\"longitude\":3.616076749251911}"
},
"distance": {
"units": "KM",
"value": 1.2315135367772556
},
"serviceName": "FedEx Home Delivery",
"serviceType": "STANDARD_OVERNIGHT"
},
{
"commit": {
"brokerCommitTimestamp": "2027-06-14T00:00:00.0Z",
"commitMessageDetails": "fugiat cupidatat incididunt in dolor",
"commodityName": "machinery",
"cutOffTime": "17:00:00",
"dateDetail": {
"day": "Apr-13-2021",
"dayOfWeek": "Thu",
"time": "09:30:00"
},
"derivedDestinationDetail": {
"airportId": "CA4562",
"countryCode": "MA",
"locationId": "631278456",
"locationNumber": 7856,
"postalCode": "76957",
"serviceArea": "100015",
"stateOrProvinceCode": "ME"
},
"transitDays": {
"description": "1 Business Day",
"maximumTransitTime": "ONE_DAY",
"minimumTransitTime": "TWO_DAYS"
}
},
"customerMessages": [
{
"code": "RATE.TYPE.INFO",
"message": "Signature required for delivery."
}
],
"destinationLocation": {
"geoPositionalCoordinates": "{\"latitude\":5.637376656633329,\"longitude\":3.616076749251911}"
},
"distance": {
"units": "KM",
"value": 1.2315135367772556
},
"serviceName": "FedEx Home Delivery",
"serviceType": "FEDEX_2_DAY"
}
]
},
{
"transitTimeDetails": [
{
"commit": {
"brokerCommitTimestamp": "2027-04-25T00:00:00.0Z",
"commitMessageDetails": "consectetur",
"commodityName": "machinery",
"cutOffTime": "18:30:00",
"dateDetail": {
"day": "Apr-13-2021",
"dayOfWeek": "Sat",
"time": "09:30:00"
},
"derivedDestinationDetail": {
"airportId": "CA4562",
"countryCode": "MO",
"locationId": "631278456",
"locationNumber": 7856,
"postalCode": "15623",
"serviceArea": "100015",
"stateOrProvinceCode": "AZ"
},
"transitDays": {
"description": "1 Business Day",
"maximumTransitTime": "ONE_DAY",
"minimumTransitTime": "TWO_DAYS"
}
},
"customerMessages": [
{
"code": "SERVICE.TYPE.INTERNATIONAL.MESSAGE",
"message": "Rate does not include duties & taxes."
}
],
"destinationLocation": {
"geoPositionalCoordinates": "{\"latitude\":5.637376656633329,\"longitude\":3.616076749251911}"
},
"distance": {
"units": "KM",
"value": 1.2315135367772556
},
"serviceName": "FedEx Home Delivery",
"serviceType": "FEDEX_2_DAY"
},
{
"commit": {
"brokerCommitTimestamp": "2026-12-18T00:00:00.0Z",
"commitMessageDetails": "sint",
"commodityName": "electronics",
"cutOffTime": "15:45:00",
"dateDetail": {
"day": "Apr-13-2021",
"dayOfWeek": "Wed",
"time": "09:30:00"
},
"derivedDestinationDetail": {
"airportId": "CA4562",
"countryCode": "FO",
"locationId": "631278456",
"locationNumber": 7856,
"postalCode": "37508",
"serviceArea": "100015",
"stateOrProvinceCode": "WA"
},
"transitDays": {
"description": "2-3 Business Days",
"maximumTransitTime": "THREE_DAYS",
"minimumTransitTime": "TWO_DAYS"
}
},
"customerMessages": [
{
"code": "SERVICE.TYPE.INTERNATIONAL.MESSAGE",
"message": "Signature required for delivery."
},
{
"code": "RATE.TYPE.INFO",
"message": "Delivery might be affected by weather."
},
{
"code": "SERVICE.TYPE.INTERNATIONAL.MESSAGE",
"message": "Rate does not include duties & taxes."
},
{
"code": "SERVICE.TYPE.INTERNATIONAL.MESSAGE",
"message": "Delivery might be affected by weather."
},
{
"code": "RATE.TYPE.INFO",
"message": "Signature required for delivery."
}
],
"destinationLocation": {
"geoPositionalCoordinates": "{\"latitude\":5.637376656633329,\"longitude\":3.616076749251911}"
},
"distance": {
"units": "KM",
"value": 1.2315135367772556
},
"serviceName": "FedEx Home Delivery",
"serviceType": "GROUND_HOME_DELIVERY"
}
]
},
{
"transitTimeDetails": [
{
"commit": {
"brokerCommitTimestamp": "2027-03-03T00:00:00.0Z",
"commitMessageDetails": "eiusmod in Duis cillum",
"commodityName": "automotive parts",
"cutOffTime": "18:30:00",
"dateDetail": {
"day": "Apr-13-2021",
"dayOfWeek": "Thu",
"time": "09:30:00"
},
"derivedDestinationDetail": {
"airportId": "CA4562",
"countryCode": "AG",
"locationId": "631278456",
"locationNumber": 7856,
"postalCode": "74336-1458",
"serviceArea": "100015",
"stateOrProvinceCode": "UT"
},
"transitDays": {
"description": "1 Business Day",
"maximumTransitTime": "TEN_DAYS",
"minimumTransitTime": "TWO_DAYS"
}
},
"customerMessages": [
{
"code": "SERVICE.TYPE.INTERNATIONAL.MESSAGE",
"message": "Signature required for delivery."
},
{
"code": "SERVICE.TYPE.INTERNATIONAL.MESSAGE",
"message": "Signature required for delivery."
},
{
"code": "RATE.TYPE.INFO",
"message": "Rate does not include duties & taxes."
},
{
"code": "RATE.TYPE.INFO",
"message": "Signature required for delivery."
}
],
"destinationLocation": {
"geoPositionalCoordinates": "{\"latitude\":5.637376656633329,\"longitude\":3.616076749251911}"
},
"distance": {
"units": "KM",
"value": 1.2315135367772556
},
"serviceName": "FedEx Home Delivery",
"serviceType": "PRIORITY_OVERNIGHT"
},
{
"commit": {
"brokerCommitTimestamp": "2026-11-10T00:00:00.0Z",
"commitMessageDetails": "non",
"commodityName": "electronics",
"cutOffTime": "12:00:00",
"dateDetail": {
"day": "Apr-13-2021",
"dayOfWeek": "Sat",
"time": "09:30:00"
},
"derivedDestinationDetail": {
"airportId": "CA4562",
"countryCode": "TM",
"locationId": "631278456",
"locationNumber": 7856,
"postalCode": "00179-4953",
"serviceArea": "100015",
"stateOrProvinceCode": "AZ"
},
"transitDays": {
"description": "1 Business Day",
"maximumTransitTime": "ONE_DAY",
"minimumTransitTime": "TWO_DAYS"
}
},
"customerMessages": [
{
"code": "RATE.TYPE.INFO",
"message": "Rate does not include duties & taxes."
}
],
"destinationLocation": {
"geoPositionalCoordinates": "{\"latitude\":5.637376656633329,\"longitude\":3.616076749251911}"
},
"distance": {
"units": "KM",
"value": 1.2315135367772556
},
"serviceName": "FedEx Home Delivery",
"serviceType": "STANDARD_OVERNIGHT"
},
{
"commit": {
"brokerCommitTimestamp": "2027-03-13T00:00:00.0Z",
"commitMessageDetails": "ut",
"commodityName": "electronics",
"cutOffTime": "17:00:00",
"dateDetail": {
"day": "Apr-13-2021",
"dayOfWeek": "Tue",
"time": "09:30:00"
},
"derivedDestinationDetail": {
"airportId": "CA4562",
"countryCode": "JO",
"locationId": "631278456",
"locationNumber": 7856,
"postalCode": "83157-5224",
"serviceArea": "100015",
"stateOrProvinceCode": "KY"
},
"transitDays": {
"description": "5-10 Business Days",
"maximumTransitTime": "SEVEN_DAYS",
"minimumTransitTime": "TWO_DAYS"
}
},
"customerMessages": [
{
"code": "RATE.TYPE.INFO",
"message": "Signature required for delivery."
},
{
"code": "RATE.TYPE.INFO",
"message": "Signature required for delivery."
}
],
"destinationLocation": {
"geoPositionalCoordinates": "{\"latitude\":5.637376656633329,\"longitude\":3.616076749251911}"
},
"distance": {
"units": "KM",
"value": 1.2315135367772556
},
"serviceName": "FedEx Home Delivery",
"serviceType": "FEDEX_GROUND"
},
{
"commit": {
"brokerCommitTimestamp": "2027-05-28T00:00:00.0Z",
"commitMessageDetails": "incididunt velit consequat",
"commodityName": "automotive parts",
"cutOffTime": "17:00:00",
"dateDetail": {
"day": "Apr-13-2021",
"dayOfWeek": "Sun",
"time": "09:30:00"
},
"derivedDestinationDetail": {
"airportId": "CA4562",
"countryCode": "WS",
"locationId": "631278456",
"locationNumber": 7856,
"postalCode": "40975",
"serviceArea": "100015",
"stateOrProvinceCode": "FL"
},
"transitDays": {
"description": "5-10 Business Days",
"maximumTransitTime": "SEVEN_DAYS",
"minimumTransitTime": "TWO_DAYS"
}
},
"customerMessages": [
{
"code": "SERVICE.TYPE.INTERNATIONAL.MESSAGE",
"message": "Rate does not include duties & taxes."
},
{
"code": "RATE.TYPE.INFO",
"message": "Rate does not include duties & taxes."
},
{
"code": "RATE.TYPE.INFO",
"message": "Rate does not include duties & taxes."
},
{
"code": "DELIVERY.ADVISORY",
"message": "Signature required for delivery."
},
{
"code": "DELIVERY.ADVISORY",
"message": "Rate does not include duties & taxes."
}
],
"destinationLocation": {
"geoPositionalCoordinates": "{\"latitude\":5.637376656633329,\"longitude\":3.616076749251911}"
},
"distance": {
"units": "KM",
"value": 1.2315135367772556
},
"serviceName": "FedEx Home Delivery",
"serviceType": "GROUND_HOME_DELIVERY"
},
{
"commit": {
"brokerCommitTimestamp": "2027-04-06T00:00:00.0Z",
"commitMessageDetails": "occaecat adipisicing esse ut",
"commodityName": "machinery",
"cutOffTime": "18:30:00",
"dateDetail": {
"day": "Apr-13-2021",
"dayOfWeek": "Mon",
"time": "09:30:00"
},
"derivedDestinationDetail": {
"airportId": "CA4562",
"countryCode": "LT",
"locationId": "631278456",
"locationNumber": 7856,
"postalCode": "93882",
"serviceArea": "100015",
"stateOrProvinceCode": "AR"
},
"transitDays": {
"description": "5-10 Business Days",
"maximumTransitTime": "THREE_DAYS",
"minimumTransitTime": "TWO_DAYS"
}
},
"customerMessages": [
{
"code": "DELIVERY.ADVISORY",
"message": "Rate does not include duties & taxes."
},
{
"code": "DELIVERY.ADVISORY",
"message": "Signature required for delivery."
},
{
"code": "RATE.TYPE.INFO",
"message": "Delivery might be affected by weather."
}
],
"destinationLocation": {
"geoPositionalCoordinates": "{\"latitude\":5.637376656633329,\"longitude\":3.616076749251911}"
},
"distance": {
"units": "KM",
"value": 1.2315135367772556
},
"serviceName": "FedEx Home Delivery",
"serviceType": "FEDEX_GROUND"
}
]
}
]
},
"transactionId": "e89ebb25-0251-46b3-89b1-7b682453b0fc"
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "ORIGIN.POSTAL.REQUIRED",
"message": "Postal code/ZIP is required"
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "LOGIN.REAUTHENTICATE.ERROR",
"message": "Re-Login authentication error"
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "UNAUTHORIZED.USAGE",
"message": "UNAUTHORIZED.USAGE"
}
]
}{
"error": "NOT.FOUND.ERROR",
"error_detail": "The resource you requested is no longer available. Please modify your request and try again."
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "INTERNAL.SERVER.ERROR",
"message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}POST
| Header Name | Example |
|---|---|
x-customer-transaction-id | "624deea6-b709-470c-8c39-4b5511281492" |
content-type* | "application/json" |
x-locale | "en_US" |
authorization* | "Bearer XXX" |
{
"carrierCodes": [
"FDXE",
"FDXG"
],
"requestedShipment": {
"recipients": [
{
"address": {
"countryCode": "US",
"postalCode": "38017"
}
}
],
"shipper": {
"address": {
"countryCode": "US",
"postalCode": "75063"
}
}
}
}{
"customerTransactionId": "AnyCo_order123456789",
"output": {
"advancedRegulatoryPackages": [
{
"displayText": "FedEx Ground",
"key": "FEDEX_GROUND"
}
],
"alerts": [
{
"alertType": "NOTE",
"code": "code",
"message": "alert message"
}
],
"oneRate": true,
"packageOptions": [
{
"maxMetricWeightAllowed": {
"units": "KG",
"value": 68
},
"maxWeightAllowed": {
"units": "KG",
"value": 68
},
"oneRateMaxMetricWeightAllowed": {
"units": "KG",
"value": 68
},
"oneRateMaxWeightAllowed": {
"units": "KG",
"value": 68
},
"packageType": {
"displayText": "FedEx Box",
"key": "FEDEX_BOX"
},
"packagingInfoList": [
{
"description": "Letter",
"dimensionText": "9-1/2” x 12-1/2"
}
],
"rateTypes": [
"WEIGHT_BASED",
"FLAT_BASED"
],
"serviceType": {
"displayText": "FedEx Ground",
"key": "FEDEX_GROUND"
}
}
],
"serviceOptions": [
{
"displayText": "FedEx Ground",
"key": "FEDEX_GROUND"
}
]
},
"transactionId": "624deea6-b709-470c-8c39-4b5511281492"
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "CURRENCYTYPE.PACKAGES.MUST",
"message": "Customs Value currency type must be the same for all packages."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.AUTHORIZED.ERROR",
"message": "Access token expired. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "FORBIDDEN.ERROR",
"message": "We could not authorize your credentials. Please check your permissions and try again"
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.FOUND.ERROR",
"message": "The resource you requested is no longer available. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "INTERNAL.SERVER.ERROR",
"message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "SERVICE.UNAVAILABLE.ERROR",
"message": "The service is currently unavailable and we are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}Service Homepage: developer.fedex.com/api/en-us/catalog/service-availability/v1/docs.html
fedexlogisticsshippingtransitavailability