{
  "name": "FedEx 2 \u2014 Validate address",
  "nodes": [
    {
      "parameters": {},
      "id": "a1111111-1111-1111-1111-111111111111",
      "name": "When clicking 'Test workflow'",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        300,
        300
      ]
    },
    {
      "parameters": {
        "resource": "shipping",
        "operation": "validate",
        "authentication": "fedexShippingOAuth2Api",
        "addressStreetLines": "7372 PARKRIDGE BLVD",
        "addressCity": "IRVING",
        "addressStateOrProvinceCode": "TX",
        "addressPostalCode": "75063",
        "addressCountryCode": "US"
      },
      "id": "b2222222-2222-2222-2222-222222222222",
      "name": "FedEx",
      "type": "@nodrel-dev/n8n-nodes-fedex.fedex",
      "typeVersion": 1,
      "position": [
        560,
        300
      ],
      "credentials": {
        "fedexShippingOAuth2Api": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "When clicking 'Test workflow'": {
      "main": [
        [
          {
            "node": "FedEx",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  }
}