FedEx Location Search Virtual Sandbox

Virtual API for searching FedEx shipping and drop-off locations.

The FedEx Location Search API allows developers to find nearby FedEx shipping centers, drop-off points, and retail locations. This virtual endpoint provides a sandbox environment to test location-based queries, proximity searches, and service-type filtering without hitting live FedEx infrastructure.

Use this hosted sandbox to simulate FedEx Location Search 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 location search requests, handle proximity-based filtering, parse address-to-location mapping, and test response handling for various service types like drop-off, hold-at-location, or full-service shipping centers.

FedEx Location Search virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate FedEx Location Search responses instantly.

https://fedex-location-search.mock.beeceptor.com



General

Header NameExample
x-customer-transaction-id"624deea6-b709-470c-8c39-4b5511281492"
content-type*"application/json"
x-locale"en_US"
authorization*"Bearer XXX"
{
  "location": {
    "address": {
      "city": "Beverly Hills",
      "countryCode": "US",
      "postalCode": "90210",
      "stateOrProvinceCode": "CA"
    }
  },
  "locationSearchCriterion": "ADDRESS",
  "locationsSummaryRequestControlParameters": {
    "distance": {
      "units": "MI",
      "value": 2
    }
  }
}
{
  "customerTransactionId": "trJc_31zxv6e68",
  "output": {
    "alerts": [
      {
        "alertType": "NOTE",
        "code": "QXIe447h",
        "message": "Service temporarily down"
      }
    ],
    "ambiguousAddress": [
      {
        "carrierDetailList": [
          {
            "carrierCodeType": "FDXE",
            "countryRelationshipType": "DOMESTIC",
            "latestDropoffDetails": [
              {
                "dayOfWeek": "MONDAY",
                "exceptionalOverlay": {
                  "time": "09:00:00",
                  "type": "WEST_COAST"
                },
                "exceptionalTime": "08:30:00",
                "operationalOverlay": {
                  "time": "time",
                  "type": "WEST_COAST"
                },
                "operationTime": "08:30:00"
              }
            ],
            "serviceCategory": "EXPRESS_FREIGHT",
            "serviceType": "PRIORITY_OVERNIGHT"
          },
          {
            "carrierCodeType": "FDXE",
            "countryRelationshipType": "DOMESTIC",
            "latestDropoffDetails": [
              {
                "dayOfWeek": "TUESDAY",
                "exceptionalOverlay": {
                  "time": "02:00:00",
                  "type": "WEST_COAST"
                },
                "exceptionalTime": "07:00:00",
                "operationalOverlay": {
                  "time": "09:00:00",
                  "type": "WEST_COAST"
                },
                "operationTime": "06:00:00"
              }
            ],
            "serviceCategory": "EXPRESS_FREIGHT",
            "serviceType": "STANDARD_OVERNIGHT"
          }
        ],
        "contactAndAddress": {
          "address": {
            "city": "Beverly Hills",
            "countryCode": "US",
            "postalCode": "90210",
            "residential": false,
            "streetLines": [
              "1640 Union Blvd",
              "streetLine2"
            ]
          },
          "addressAncillaryDetail": {
            "adderssVerificationOverrideReason": "MANUAL_OVERRIDE",
            "addtionalDescriptions": "thru south guard gate",
            "apartment": "2b",
            "building": "G20",
            "crossStreet": "First and Main",
            "department": "R&D",
            "displayName": "jhon",
            "locationInCity": "Mill Heights",
            "locationInProperty": "back building north",
            "room": "1A",
            "roomFloor": 302,
            "suite": "suite"
          },
          "contact": {
            "companyName": "Fedex",
            "displayName": "jhon",
            "emailAddress": "xxxxlor@fedex.com",
            "faxNumber": "fax number",
            "fedralTaxId": "federal tax identifier",
            "personName": "John Taylor",
            "phoneExtension": "91",
            "phoneNumber": "xxxxxxxx12",
            "stateTaxId": "state tax identifier"
          },
          "displayName": "John Taylor"
        },
        "distance": {
          "units": "KM",
          "value": 3.5
        },
        "geoPositionalCoordinates": {
          "latitude": 5.637376,
          "longitude": 3.61607
        },
        "locationAttributeTypes": [
          "ACCEPTS_CASH",
          "COPY_AND_PRINT_SERVICES"
        ],
        "locationCapabilities": [
          {
            "carrierCode": "FDXE",
            "daysOfWeek": [
              "MONDAY",
              "TUESDAY",
              "WEDNESDAY",
              "THURSDAY",
              "FRIDAY"
            ],
            "serviceCategory": "GROUND_HOME_DELIVERY",
            "serviceType": "PRIORITY_OVERNIGHT",
            "transferOfPossessionType": "DROP_OFF"
          },
          {
            "carrierCode": "FDXG",
            "daysOfWeek": [
              "MONDAY",
              "TUESDAY",
              "WEDNESDAY",
              "THURSDAY",
              "FRIDAY",
              "SATURDAY"
            ],
            "serviceCategory": "GROUND",
            "serviceType": "FEDEX_GROUND",
            "transferOfPossessionType": "HOLD_AT_LOCATION"
          }
        ],
        "locationId": "COSA",
        "locationType": "FEDEX_AUTHORIZED_SHIP_CENTER",
        "lockerAvailability": false,
        "packageMaximumLimits": {
          "dimensions": {
            "height": 7,
            "length": 2,
            "units": "IN",
            "width": 4
          },
          "weight": {
            "units": "KG",
            "value": 68
          }
        },
        "rthservice": "REDIRECT",
        "specialInstructions": "Store email: Packagingdeput@telus.net",
        "storeHours": [
          {
            "dayofweek": "MONDAY",
            "exceptionalHours": [
              {
                "begins": "08:00:00",
                "ends": "17:00:00"
              }
            ],
            "exceptionalHoursType": "CLOSED_ALL_DAY",
            "operationalHours": [
              {
                "begins": "08:00:00",
                "ends": "17:00:00"
              }
            ],
            "operationalHoursType": "OPEN_BY_HOURS"
          },
          {
            "dayofweek": "TUESDAY",
            "exceptionalHours": [
              {
                "begins": "08:00:00",
                "ends": "17:00:00"
              }
            ],
            "exceptionalHoursType": "CLOSED_ALL_DAY",
            "operationalHours": [
              {
                "begins": "08:00:00",
                "ends": "17:00:00"
              }
            ],
            "operationalHoursType": "OPEN_BY_HOURS"
          }
        ]
      },
      {
        "carrierDetailList": [
          {
            "carrierCodeType": "FDXE",
            "countryRelationshipType": "DOMESTIC",
            "latestDropoffDetails": [
              {
                "dayOfWeek": "MONDAY",
                "exceptionalOverlay": {
                  "time": "09:00:00",
                  "type": "WEST_COAST"
                },
                "exceptionalTime": "08:30:00",
                "operationalOverlay": {
                  "time": "time",
                  "type": "WEST_COAST"
                },
                "operationTime": "08:30:00"
              }
            ],
            "serviceCategory": "EXPRESS_FREIGHT",
            "serviceType": "PRIORITY_OVERNIGHT"
          },
          {
            "carrierCodeType": "FDXE",
            "countryRelationshipType": "DOMESTIC",
            "latestDropoffDetails": [
              {
                "dayOfWeek": "TUESDAY",
                "exceptionalOverlay": {
                  "time": "02:00:00",
                  "type": "WEST_COAST"
                },
                "exceptionalTime": "07:00:00",
                "operationalOverlay": {
                  "time": "09:00:00",
                  "type": "WEST_COAST"
                },
                "operationTime": "06:00:00"
              }
            ],
            "serviceCategory": "EXPRESS_FREIGHT",
            "serviceType": "STANDARD_OVERNIGHT"
          }
        ],
        "contactAndAddress": {
          "address": {
            "city": "Beverly Hills",
            "countryCode": "US",
            "postalCode": "90210",
            "residential": false,
            "streetLines": [
              "1640 Union Blvd",
              "streetLine2"
            ]
          },
          "addressAncillaryDetail": {
            "adderssVerificationOverrideReason": "MANUAL_OVERRIDE",
            "addtionalDescriptions": "thru south guard gate",
            "apartment": "2b",
            "building": "G20",
            "crossStreet": "First and Main",
            "department": "R&D",
            "displayName": "jhon",
            "locationInCity": "Mill Heights",
            "locationInProperty": "back building north",
            "room": "1A",
            "roomFloor": 302,
            "suite": "suite"
          },
          "contact": {
            "companyName": "Fedex",
            "displayName": "jhon",
            "emailAddress": "xxxxlor@fedex.com",
            "faxNumber": "fax number",
            "fedralTaxId": "federal tax identifier",
            "personName": "John Taylor",
            "phoneExtension": "91",
            "phoneNumber": "xxxxxxxx12",
            "stateTaxId": "state tax identifier"
          },
          "displayName": "John Taylor"
        },
        "distance": {
          "units": "KM",
          "value": 3.5
        },
        "geoPositionalCoordinates": {
          "latitude": 5.637376,
          "longitude": 3.61607
        },
        "locationAttributeTypes": [
          "ACCEPTS_CASH",
          "COPY_AND_PRINT_SERVICES"
        ],
        "locationCapabilities": [
          {
            "carrierCode": "FDXE",
            "daysOfWeek": [
              "MONDAY",
              "TUESDAY",
              "WEDNESDAY",
              "THURSDAY",
              "FRIDAY"
            ],
            "serviceCategory": "GROUND_HOME_DELIVERY",
            "serviceType": "PRIORITY_OVERNIGHT",
            "transferOfPossessionType": "DROP_OFF"
          },
          {
            "carrierCode": "FDXG",
            "daysOfWeek": [
              "MONDAY",
              "TUESDAY",
              "WEDNESDAY",
              "THURSDAY",
              "FRIDAY",
              "SATURDAY"
            ],
            "serviceCategory": "GROUND",
            "serviceType": "FEDEX_GROUND",
            "transferOfPossessionType": "HOLD_AT_LOCATION"
          }
        ],
        "locationId": "COSA",
        "locationType": "FEDEX_AUTHORIZED_SHIP_CENTER",
        "lockerAvailability": false,
        "packageMaximumLimits": {
          "dimensions": {
            "height": 7,
            "length": 2,
            "units": "IN",
            "width": 4
          },
          "weight": {
            "units": "KG",
            "value": 68
          }
        },
        "rthservice": "REDIRECT",
        "specialInstructions": "Store email: Packagingdeput@telus.net",
        "storeHours": [
          {
            "dayofweek": "MONDAY",
            "exceptionalHours": [
              {
                "begins": "08:00:00",
                "ends": "17:00:00"
              }
            ],
            "exceptionalHoursType": "CLOSED_ALL_DAY",
            "operationalHours": [
              {
                "begins": "08:00:00",
                "ends": "17:00:00"
              }
            ],
            "operationalHoursType": "OPEN_BY_HOURS"
          },
          {
            "dayofweek": "TUESDAY",
            "exceptionalHours": [
              {
                "begins": "08:00:00",
                "ends": "17:00:00"
              }
            ],
            "exceptionalHoursType": "CLOSED_ALL_DAY",
            "operationalHours": [
              {
                "begins": "08:00:00",
                "ends": "17:00:00"
              }
            ],
            "operationalHoursType": "OPEN_BY_HOURS"
          }
        ]
      }
    ],
    "ambiguousLocationsReturned": false,
    "carrierCodes": [
      "FDXE"
    ],
    "contentOptions": "SERVICES",
    "dropOffServiceType": "GROUND",
    "dropoffTime": "16:00:00",
    "getCall": false,
    "includeHoliday": false,
    "latestLocation": {
      "carrierDetailList": [
        {
          "carrierCodeType": "FDXE",
          "countryRelationshipType": "DOMESTIC",
          "latestDropoffDetails": [
            {
              "dayOfWeek": "MONDAY",
              "exceptionalOverlay": {
                "time": "09:00:00",
                "type": "WEST_COAST"
              },
              "exceptionalTime": "08:30:00",
              "operationalOverlay": {
                "time": "time",
                "type": "WEST_COAST"
              },
              "operationTime": "08:30:00"
            }
          ],
          "serviceCategory": "EXPRESS_FREIGHT",
          "serviceType": "PRIORITY_OVERNIGHT"
        },
        {
          "carrierCodeType": "FDXE",
          "countryRelationshipType": "DOMESTIC",
          "latestDropoffDetails": [
            {
              "dayOfWeek": "TUESDAY",
              "exceptionalOverlay": {
                "time": "02:00:00",
                "type": "WEST_COAST"
              },
              "exceptionalTime": "07:00:00",
              "operationalOverlay": {
                "time": "09:00:00",
                "type": "WEST_COAST"
              },
              "operationTime": "06:00:00"
            }
          ],
          "serviceCategory": "EXPRESS_FREIGHT",
          "serviceType": "STANDARD_OVERNIGHT"
        }
      ],
      "contactAndAddress": {
        "address": {
          "city": "Beverly Hills",
          "countryCode": "US",
          "postalCode": "90210",
          "residential": false,
          "streetLines": [
            "1640 Union Blvd",
            "streetLine2"
          ]
        },
        "addressAncillaryDetail": {
          "adderssVerificationOverrideReason": "MANUAL_OVERRIDE",
          "addtionalDescriptions": "thru south guard gate",
          "apartment": "2b",
          "building": "G20",
          "crossStreet": "First and Main",
          "department": "R&D",
          "displayName": "jhon",
          "locationInCity": "Mill Heights",
          "locationInProperty": "back building north",
          "room": "1A",
          "roomFloor": 302,
          "suite": "suite"
        },
        "contact": {
          "companyName": "Fedex",
          "displayName": "jhon",
          "emailAddress": "xxxxlor@fedex.com",
          "faxNumber": "fax number",
          "fedralTaxId": "federal tax identifier",
          "personName": "John Taylor",
          "phoneExtension": "91",
          "phoneNumber": "xxxxxxxx12",
          "stateTaxId": "state tax identifier"
        },
        "displayName": "John Taylor"
      },
      "distance": {
        "units": "KM",
        "value": 3.5
      },
      "geoPositionalCoordinates": {
        "latitude": 5.637376,
        "longitude": 3.61607
      },
      "locationAttributeTypes": [
        "ACCEPTS_CASH",
        "COPY_AND_PRINT_SERVICES"
      ],
      "locationCapabilities": [
        {
          "carrierCode": "FDXE",
          "daysOfWeek": [
            "MONDAY",
            "TUESDAY",
            "WEDNESDAY",
            "THURSDAY",
            "FRIDAY"
          ],
          "serviceCategory": "GROUND_HOME_DELIVERY",
          "serviceType": "PRIORITY_OVERNIGHT",
          "transferOfPossessionType": "DROP_OFF"
        },
        {
          "carrierCode": "FDXG",
          "daysOfWeek": [
            "MONDAY",
            "TUESDAY",
            "WEDNESDAY",
            "THURSDAY",
            "FRIDAY",
            "SATURDAY"
          ],
          "serviceCategory": "GROUND",
          "serviceType": "FEDEX_GROUND",
          "transferOfPossessionType": "HOLD_AT_LOCATION"
        }
      ],
      "locationId": "COSA",
      "locationType": "FEDEX_AUTHORIZED_SHIP_CENTER",
      "lockerAvailability": false,
      "packageMaximumLimits": {
        "dimensions": {
          "height": 7,
          "length": 2,
          "units": "IN",
          "width": 4
        },
        "weight": {
          "units": "KG",
          "value": 68
        }
      },
      "rthservice": "REDIRECT",
      "specialInstructions": "Store email: Packagingdeput@telus.net",
      "storeHours": [
        {
          "dayofweek": "MONDAY",
          "exceptionalHours": [
            {
              "begins": "08:00:00",
              "ends": "17:00:00"
            }
          ],
          "exceptionalHoursType": "CLOSED_ALL_DAY",
          "operationalHours": [
            {
              "begins": "08:00:00",
              "ends": "17:00:00"
            }
          ],
          "operationalHoursType": "OPEN_BY_HOURS"
        },
        {
          "dayofweek": "TUESDAY",
          "exceptionalHours": [
            {
              "begins": "08:00:00",
              "ends": "17:00:00"
            }
          ],
          "exceptionalHoursType": "CLOSED_ALL_DAY",
          "operationalHours": [
            {
              "begins": "08:00:00",
              "ends": "17:00:00"
            }
          ],
          "operationalHoursType": "OPEN_BY_HOURS"
        }
      ]
    },
    "latestLocationReturned": true,
    "location": {
      "address": {
        "city": "Beverly Hills",
        "countryCode": "US",
        "postalCode": "90210",
        "residential": false,
        "stateOrProvinceCode": "CA",
        "streetLines": [
          "10 FedEx Parkway",
          "Suite 302"
        ]
      },
      "longLat": {
        "latitude": 5.637376,
        "longitude": 3.61607
      }
    },
    "locationAttrTypes": {
      "0": "ACCEPTS_CASH",
      "1": "PACK_AND_SHIP"
    },
    "locationCapabilities": [
      {
        "carrierCode": "FDXE",
        "daysOfWeek": [
          "MON",
          "TUE"
        ],
        "serviceCategory": "EXPRESS_FREIGHT",
        "serviceType": "PRIORITY_OVERNIGHT",
        "transferOfPossessionType": "DROPOFF"
      }
    ],
    "locationDetailList": [
      {
        "carrierDetailList": [
          {
            "carrierCodeType": "FDXE",
            "countryRelationshipType": "DOMESTIC",
            "latestDropoffDetails": [
              {
                "dayOfWeek": "MONDAY",
                "exceptionalOverlay": {
                  "time": "09:00:00",
                  "type": "WEST_COAST"
                },
                "exceptionalTime": "08:30:00",
                "operationalOverlay": {
                  "time": "time",
                  "type": "WEST_COAST"
                },
                "operationTime": "08:30:00"
              }
            ],
            "serviceCategory": "EXPRESS_FREIGHT",
            "serviceType": "PRIORITY_OVERNIGHT"
          },
          {
            "carrierCodeType": "FDXE",
            "countryRelationshipType": "DOMESTIC",
            "latestDropoffDetails": [
              {
                "dayOfWeek": "TUESDAY",
                "exceptionalOverlay": {
                  "time": "02:00:00",
                  "type": "WEST_COAST"
                },
                "exceptionalTime": "07:00:00",
                "operationalOverlay": {
                  "time": "09:00:00",
                  "type": "WEST_COAST"
                },
                "operationTime": "06:00:00"
              }
            ],
            "serviceCategory": "EXPRESS_FREIGHT",
            "serviceType": "STANDARD_OVERNIGHT"
          }
        ],
        "contactAndAddress": {
          "address": {
            "city": "Beverly Hills",
            "countryCode": "US",
            "postalCode": "90210",
            "residential": false,
            "streetLines": [
              "1640 Union Blvd",
              "streetLine2"
            ]
          },
          "addressAncillaryDetail": {
            "adderssVerificationOverrideReason": "MANUAL_OVERRIDE",
            "addtionalDescriptions": "thru south guard gate",
            "apartment": "2b",
            "building": "G20",
            "crossStreet": "First and Main",
            "department": "R&D",
            "displayName": "jhon",
            "locationInCity": "Mill Heights",
            "locationInProperty": "back building north",
            "room": "1A",
            "roomFloor": 302,
            "suite": "suite"
          },
          "contact": {
            "companyName": "Fedex",
            "displayName": "jhon",
            "emailAddress": "xxxxlor@fedex.com",
            "faxNumber": "fax number",
            "fedralTaxId": "federal tax identifier",
            "personName": "John Taylor",
            "phoneExtension": "91",
            "phoneNumber": "xxxxxxxx12",
            "stateTaxId": "state tax identifier"
          },
          "displayName": "John Taylor"
        },
        "distance": {
          "units": "KM",
          "value": 3.5
        },
        "geoPositionalCoordinates": {
          "latitude": 5.637376,
          "longitude": 3.61607
        },
        "locationAttributeTypes": [
          "ACCEPTS_CASH",
          "COPY_AND_PRINT_SERVICES"
        ],
        "locationCapabilities": [
          {
            "carrierCode": "FDXE",
            "daysOfWeek": [
              "MONDAY",
              "TUESDAY",
              "WEDNESDAY",
              "THURSDAY",
              "FRIDAY"
            ],
            "serviceCategory": "GROUND_HOME_DELIVERY",
            "serviceType": "PRIORITY_OVERNIGHT",
            "transferOfPossessionType": "DROP_OFF"
          },
          {
            "carrierCode": "FDXG",
            "daysOfWeek": [
              "MONDAY",
              "TUESDAY",
              "WEDNESDAY",
              "THURSDAY",
              "FRIDAY",
              "SATURDAY"
            ],
            "serviceCategory": "GROUND",
            "serviceType": "FEDEX_GROUND",
            "transferOfPossessionType": "HOLD_AT_LOCATION"
          }
        ],
        "locationId": "COSA",
        "locationType": "FEDEX_AUTHORIZED_SHIP_CENTER",
        "lockerAvailability": false,
        "packageMaximumLimits": {
          "dimensions": {
            "height": 7,
            "length": 2,
            "units": "IN",
            "width": 4
          },
          "weight": {
            "units": "KG",
            "value": 68
          }
        },
        "rthservice": "REDIRECT",
        "specialInstructions": "Store email: Packagingdeput@telus.net",
        "storeHours": [
          {
            "dayofweek": "MONDAY",
            "exceptionalHours": [
              {
                "begins": "08:00:00",
                "ends": "17:00:00"
              }
            ],
            "exceptionalHoursType": "CLOSED_ALL_DAY",
            "operationalHours": [
              {
                "begins": "08:00:00",
                "ends": "17:00:00"
              }
            ],
            "operationalHoursType": "OPEN_BY_HOURS"
          },
          {
            "dayofweek": "TUESDAY",
            "exceptionalHours": [
              {
                "begins": "08:00:00",
                "ends": "17:00:00"
              }
            ],
            "exceptionalHoursType": "CLOSED_ALL_DAY",
            "operationalHours": [
              {
                "begins": "08:00:00",
                "ends": "17:00:00"
              }
            ],
            "operationalHoursType": "OPEN_BY_HOURS"
          }
        ]
      },
      {
        "carrierDetailList": [
          {
            "carrierCodeType": "FDXE",
            "countryRelationshipType": "DOMESTIC",
            "latestDropoffDetails": [
              {
                "dayOfWeek": "MONDAY",
                "exceptionalOverlay": {
                  "time": "09:00:00",
                  "type": "WEST_COAST"
                },
                "exceptionalTime": "08:30:00",
                "operationalOverlay": {
                  "time": "time",
                  "type": "WEST_COAST"
                },
                "operationTime": "08:30:00"
              }
            ],
            "serviceCategory": "EXPRESS_FREIGHT",
            "serviceType": "PRIORITY_OVERNIGHT"
          },
          {
            "carrierCodeType": "FDXE",
            "countryRelationshipType": "DOMESTIC",
            "latestDropoffDetails": [
              {
                "dayOfWeek": "TUESDAY",
                "exceptionalOverlay": {
                  "time": "02:00:00",
                  "type": "WEST_COAST"
                },
                "exceptionalTime": "07:00:00",
                "operationalOverlay": {
                  "time": "09:00:00",
                  "type": "WEST_COAST"
                },
                "operationTime": "06:00:00"
              }
            ],
            "serviceCategory": "EXPRESS_FREIGHT",
            "serviceType": "STANDARD_OVERNIGHT"
          }
        ],
        "contactAndAddress": {
          "address": {
            "city": "Beverly Hills",
            "countryCode": "US",
            "postalCode": "90210",
            "residential": false,
            "streetLines": [
              "1640 Union Blvd",
              "streetLine2"
            ]
          },
          "addressAncillaryDetail": {
            "adderssVerificationOverrideReason": "MANUAL_OVERRIDE",
            "addtionalDescriptions": "thru south guard gate",
            "apartment": "2b",
            "building": "G20",
            "crossStreet": "First and Main",
            "department": "R&D",
            "displayName": "jhon",
            "locationInCity": "Mill Heights",
            "locationInProperty": "back building north",
            "room": "1A",
            "roomFloor": 302,
            "suite": "suite"
          },
          "contact": {
            "companyName": "Fedex",
            "displayName": "jhon",
            "emailAddress": "xxxxlor@fedex.com",
            "faxNumber": "fax number",
            "fedralTaxId": "federal tax identifier",
            "personName": "John Taylor",
            "phoneExtension": "91",
            "phoneNumber": "xxxxxxxx12",
            "stateTaxId": "state tax identifier"
          },
          "displayName": "John Taylor"
        },
        "distance": {
          "units": "KM",
          "value": 3.5
        },
        "geoPositionalCoordinates": {
          "latitude": 5.637376,
          "longitude": 3.61607
        },
        "locationAttributeTypes": [
          "ACCEPTS_CASH",
          "COPY_AND_PRINT_SERVICES"
        ],
        "locationCapabilities": [
          {
            "carrierCode": "FDXE",
            "daysOfWeek": [
              "MONDAY",
              "TUESDAY",
              "WEDNESDAY",
              "THURSDAY",
              "FRIDAY"
            ],
            "serviceCategory": "GROUND_HOME_DELIVERY",
            "serviceType": "PRIORITY_OVERNIGHT",
            "transferOfPossessionType": "DROP_OFF"
          },
          {
            "carrierCode": "FDXG",
            "daysOfWeek": [
              "MONDAY",
              "TUESDAY",
              "WEDNESDAY",
              "THURSDAY",
              "FRIDAY",
              "SATURDAY"
            ],
            "serviceCategory": "GROUND",
            "serviceType": "FEDEX_GROUND",
            "transferOfPossessionType": "HOLD_AT_LOCATION"
          }
        ],
        "locationId": "COSA",
        "locationType": "FEDEX_AUTHORIZED_SHIP_CENTER",
        "lockerAvailability": false,
        "packageMaximumLimits": {
          "dimensions": {
            "height": 7,
            "length": 2,
            "units": "IN",
            "width": 4
          },
          "weight": {
            "units": "KG",
            "value": 68
          }
        },
        "rthservice": "REDIRECT",
        "specialInstructions": "Store email: Packagingdeput@telus.net",
        "storeHours": [
          {
            "dayofweek": "MONDAY",
            "exceptionalHours": [
              {
                "begins": "08:00:00",
                "ends": "17:00:00"
              }
            ],
            "exceptionalHoursType": "CLOSED_ALL_DAY",
            "operationalHours": [
              {
                "begins": "08:00:00",
                "ends": "17:00:00"
              }
            ],
            "operationalHoursType": "OPEN_BY_HOURS"
          },
          {
            "dayofweek": "TUESDAY",
            "exceptionalHours": [
              {
                "begins": "08:00:00",
                "ends": "17:00:00"
              }
            ],
            "exceptionalHoursType": "CLOSED_ALL_DAY",
            "operationalHours": [
              {
                "begins": "08:00:00",
                "ends": "17:00:00"
              }
            ],
            "operationalHoursType": "OPEN_BY_HOURS"
          }
        ]
      },
      {
        "carrierDetailList": [
          {
            "carrierCodeType": "FDXE",
            "countryRelationshipType": "DOMESTIC",
            "latestDropoffDetails": [
              {
                "dayOfWeek": "MONDAY",
                "exceptionalOverlay": {
                  "time": "09:00:00",
                  "type": "WEST_COAST"
                },
                "exceptionalTime": "08:30:00",
                "operationalOverlay": {
                  "time": "time",
                  "type": "WEST_COAST"
                },
                "operationTime": "08:30:00"
              }
            ],
            "serviceCategory": "EXPRESS_FREIGHT",
            "serviceType": "PRIORITY_OVERNIGHT"
          },
          {
            "carrierCodeType": "FDXE",
            "countryRelationshipType": "DOMESTIC",
            "latestDropoffDetails": [
              {
                "dayOfWeek": "TUESDAY",
                "exceptionalOverlay": {
                  "time": "02:00:00",
                  "type": "WEST_COAST"
                },
                "exceptionalTime": "07:00:00",
                "operationalOverlay": {
                  "time": "09:00:00",
                  "type": "WEST_COAST"
                },
                "operationTime": "06:00:00"
              }
            ],
            "serviceCategory": "EXPRESS_FREIGHT",
            "serviceType": "STANDARD_OVERNIGHT"
          }
        ],
        "contactAndAddress": {
          "address": {
            "city": "Beverly Hills",
            "countryCode": "US",
            "postalCode": "90210",
            "residential": false,
            "streetLines": [
              "1640 Union Blvd",
              "streetLine2"
            ]
          },
          "addressAncillaryDetail": {
            "adderssVerificationOverrideReason": "MANUAL_OVERRIDE",
            "addtionalDescriptions": "thru south guard gate",
            "apartment": "2b",
            "building": "G20",
            "crossStreet": "First and Main",
            "department": "R&D",
            "displayName": "jhon",
            "locationInCity": "Mill Heights",
            "locationInProperty": "back building north",
            "room": "1A",
            "roomFloor": 302,
            "suite": "suite"
          },
          "contact": {
            "companyName": "Fedex",
            "displayName": "jhon",
            "emailAddress": "xxxxlor@fedex.com",
            "faxNumber": "fax number",
            "fedralTaxId": "federal tax identifier",
            "personName": "John Taylor",
            "phoneExtension": "91",
            "phoneNumber": "xxxxxxxx12",
            "stateTaxId": "state tax identifier"
          },
          "displayName": "John Taylor"
        },
        "distance": {
          "units": "KM",
          "value": 3.5
        },
        "geoPositionalCoordinates": {
          "latitude": 5.637376,
          "longitude": 3.61607
        },
        "locationAttributeTypes": [
          "ACCEPTS_CASH",
          "COPY_AND_PRINT_SERVICES"
        ],
        "locationCapabilities": [
          {
            "carrierCode": "FDXE",
            "daysOfWeek": [
              "MONDAY",
              "TUESDAY",
              "WEDNESDAY",
              "THURSDAY",
              "FRIDAY"
            ],
            "serviceCategory": "GROUND_HOME_DELIVERY",
            "serviceType": "PRIORITY_OVERNIGHT",
            "transferOfPossessionType": "DROP_OFF"
          },
          {
            "carrierCode": "FDXG",
            "daysOfWeek": [
              "MONDAY",
              "TUESDAY",
              "WEDNESDAY",
              "THURSDAY",
              "FRIDAY",
              "SATURDAY"
            ],
            "serviceCategory": "GROUND",
            "serviceType": "FEDEX_GROUND",
            "transferOfPossessionType": "HOLD_AT_LOCATION"
          }
        ],
        "locationId": "COSA",
        "locationType": "FEDEX_AUTHORIZED_SHIP_CENTER",
        "lockerAvailability": false,
        "packageMaximumLimits": {
          "dimensions": {
            "height": 7,
            "length": 2,
            "units": "IN",
            "width": 4
          },
          "weight": {
            "units": "KG",
            "value": 68
          }
        },
        "rthservice": "REDIRECT",
        "specialInstructions": "Store email: Packagingdeput@telus.net",
        "storeHours": [
          {
            "dayofweek": "MONDAY",
            "exceptionalHours": [
              {
                "begins": "08:00:00",
                "ends": "17:00:00"
              }
            ],
            "exceptionalHoursType": "CLOSED_ALL_DAY",
            "operationalHours": [
              {
                "begins": "08:00:00",
                "ends": "17:00:00"
              }
            ],
            "operationalHoursType": "OPEN_BY_HOURS"
          },
          {
            "dayofweek": "TUESDAY",
            "exceptionalHours": [
              {
                "begins": "08:00:00",
                "ends": "17:00:00"
              }
            ],
            "exceptionalHoursType": "CLOSED_ALL_DAY",
            "operationalHours": [
              {
                "begins": "08:00:00",
                "ends": "17:00:00"
              }
            ],
            "operationalHoursType": "OPEN_BY_HOURS"
          }
        ]
      }
    ],
    "locationTypes": [
      "FEDEX_AUTHORIZED_SHIP_CENTER",
      "FEDEX_AUTHORIZED_SHIP_CENTER",
      "FEDEX_AUTHORIZED_SHIP_CENTER"
    ],
    "lockerAvailabilityCode": 5,
    "lockerAvailabilityMessage": "Full",
    "matchedAddress": {
      "city": "Beverly Hills",
      "countryCode": "US",
      "postalCode": "90210",
      "residential": false,
      "stateOrProvinceCode": "CA",
      "streetLines": [
        "10 FedEx Parkway",
        "Suite 302"
      ]
    },
    "matchedAddressGeoCoord": {
      "latitude": -58.306604,
      "longitude": 73.564272
    },
    "multipleMatchesAction": "RETURN_ALL",
    "nearestLocation": {
      "carrierDetailList": [
        {
          "carrierCodeType": "FDXE",
          "countryRelationshipType": "DOMESTIC",
          "latestDropoffDetails": [
            {
              "dayOfWeek": "MONDAY",
              "exceptionalOverlay": {
                "time": "09:00:00",
                "type": "WEST_COAST"
              },
              "exceptionalTime": "08:30:00",
              "operationalOverlay": {
                "time": "time",
                "type": "WEST_COAST"
              },
              "operationTime": "08:30:00"
            }
          ],
          "serviceCategory": "EXPRESS_FREIGHT",
          "serviceType": "PRIORITY_OVERNIGHT"
        },
        {
          "carrierCodeType": "FDXE",
          "countryRelationshipType": "DOMESTIC",
          "latestDropoffDetails": [
            {
              "dayOfWeek": "TUESDAY",
              "exceptionalOverlay": {
                "time": "02:00:00",
                "type": "WEST_COAST"
              },
              "exceptionalTime": "07:00:00",
              "operationalOverlay": {
                "time": "09:00:00",
                "type": "WEST_COAST"
              },
              "operationTime": "06:00:00"
            }
          ],
          "serviceCategory": "EXPRESS_FREIGHT",
          "serviceType": "STANDARD_OVERNIGHT"
        }
      ],
      "contactAndAddress": {
        "address": {
          "city": "Beverly Hills",
          "countryCode": "US",
          "postalCode": "90210",
          "residential": false,
          "streetLines": [
            "1640 Union Blvd",
            "streetLine2"
          ]
        },
        "addressAncillaryDetail": {
          "adderssVerificationOverrideReason": "MANUAL_OVERRIDE",
          "addtionalDescriptions": "thru south guard gate",
          "apartment": "2b",
          "building": "G20",
          "crossStreet": "First and Main",
          "department": "R&D",
          "displayName": "jhon",
          "locationInCity": "Mill Heights",
          "locationInProperty": "back building north",
          "room": "1A",
          "roomFloor": 302,
          "suite": "suite"
        },
        "contact": {
          "companyName": "Fedex",
          "displayName": "jhon",
          "emailAddress": "xxxxlor@fedex.com",
          "faxNumber": "fax number",
          "fedralTaxId": "federal tax identifier",
          "personName": "John Taylor",
          "phoneExtension": "91",
          "phoneNumber": "xxxxxxxx12",
          "stateTaxId": "state tax identifier"
        },
        "displayName": "John Taylor"
      },
      "distance": {
        "units": "KM",
        "value": 3.5
      },
      "geoPositionalCoordinates": {
        "latitude": 5.637376,
        "longitude": 3.61607
      },
      "locationAttributeTypes": [
        "ACCEPTS_CASH",
        "COPY_AND_PRINT_SERVICES"
      ],
      "locationCapabilities": [
        {
          "carrierCode": "FDXE",
          "daysOfWeek": [
            "MONDAY",
            "TUESDAY",
            "WEDNESDAY",
            "THURSDAY",
            "FRIDAY"
          ],
          "serviceCategory": "GROUND_HOME_DELIVERY",
          "serviceType": "PRIORITY_OVERNIGHT",
          "transferOfPossessionType": "DROP_OFF"
        },
        {
          "carrierCode": "FDXG",
          "daysOfWeek": [
            "MONDAY",
            "TUESDAY",
            "WEDNESDAY",
            "THURSDAY",
            "FRIDAY",
            "SATURDAY"
          ],
          "serviceCategory": "GROUND",
          "serviceType": "FEDEX_GROUND",
          "transferOfPossessionType": "HOLD_AT_LOCATION"
        }
      ],
      "locationId": "COSA",
      "locationType": "FEDEX_AUTHORIZED_SHIP_CENTER",
      "lockerAvailability": false,
      "packageMaximumLimits": {
        "dimensions": {
          "height": 7,
          "length": 2,
          "units": "IN",
          "width": 4
        },
        "weight": {
          "units": "KG",
          "value": 68
        }
      },
      "rthservice": "REDIRECT",
      "specialInstructions": "Store email: Packagingdeput@telus.net",
      "storeHours": [
        {
          "dayofweek": "MONDAY",
          "exceptionalHours": [
            {
              "begins": "08:00:00",
              "ends": "17:00:00"
            }
          ],
          "exceptionalHoursType": "CLOSED_ALL_DAY",
          "operationalHours": [
            {
              "begins": "08:00:00",
              "ends": "17:00:00"
            }
          ],
          "operationalHoursType": "OPEN_BY_HOURS"
        },
        {
          "dayofweek": "TUESDAY",
          "exceptionalHours": [
            {
              "begins": "08:00:00",
              "ends": "17:00:00"
            }
          ],
          "exceptionalHoursType": "CLOSED_ALL_DAY",
          "operationalHours": [
            {
              "begins": "08:00:00",
              "ends": "17:00:00"
            }
          ],
          "operationalHoursType": "OPEN_BY_HOURS"
        }
      ]
    },
    "nearestLocationReturned": false,
    "packageMaximumLimits": [
      {
        "dimensions": {
          "height": 70,
          "length": 20,
          "units": "IN",
          "width": 40
        },
        "serviceOptions": [
          "DRY_ICE"
        ],
        "weight": {
          "units": "LB",
          "value": 150
        }
      },
      {
        "dimensions": {
          "height": 70,
          "length": 20,
          "units": "IN",
          "width": 40
        },
        "serviceOptions": [
          "DRY_ICE"
        ],
        "weight": {
          "units": "LB",
          "value": 150
        }
      },
      {
        "dimensions": {
          "height": 70,
          "length": 20,
          "units": "IN",
          "width": 40
        },
        "serviceOptions": [
          "DRY_ICE"
        ],
        "weight": {
          "units": "LB",
          "value": 150
        }
      },
      {
        "dimensions": {
          "height": 70,
          "length": 20,
          "units": "IN",
          "width": 40
        },
        "serviceOptions": [
          "DRY_ICE"
        ],
        "weight": {
          "units": "LB",
          "value": 150
        }
      },
      {
        "dimensions": {
          "height": 70,
          "length": 20,
          "units": "IN",
          "width": 40
        },
        "serviceOptions": [
          "DRY_ICE"
        ],
        "weight": {
          "units": "LB",
          "value": 150
        }
      }
    ],
    "phoneNumber": "(848) 338-4147",
    "redirectToHoldType": "FEDEX_GROUND",
    "resultsReturned": 5,
    "sameCountry": true,
    "sameState": true,
    "searchBy": "ADDRESS",
    "sort": {
      "criteria": "DISTANCE",
      "order": "ASCENDING"
    },
    "totalResults": 37,
    "trackingInfo": {
      "shipDate": "2025-09-17T00:00:00.0Z",
      "trackingNumber": "733386332327",
      "uniqueTrackingId": "431724365647"
    }
  },
  "transactionId": "81f4003d-21a3-420e-b0fb-4e000daae39c"
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "ERROR.LONGLAT.REQUIRED",
      "message": "Longitude and Latitude are required."
    }
  ]
}
{
  "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",
  "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."
    }
  ]
}
fedexlogisticsshippinglocationsearch