action shipengine_validate_address { label: "Validate An Address" description: "Address validation ensures accurate addresses and can lead to reduced shipping costs by preventing address correction surcharges.\nShipEngine cross references multiple databases to validate addresses and identify potential deliverability issues.\n" provider: shipengine method: POST path: "/v1/addresses/validate" encoding: json input: { type: "array" description: "An address validation request body" items: { description: "An array of addresses to validate." type: "object" } } output: { type: "array" description: "An address validation response body" items: { description: "The address validation response body" type: "object" } } }