Skip to main content
Validate Address sends a street address to Google’s Address Validation API. It returns standardized address parts, coordinates, a Place ID, and deliverability signals.

Inputs

Outputs

Some outputs can be empty when the service cannot confirm that detail. Treat Is Deliverable as the clearest validation signal rather than assuming a formatted address is deliverable.

Example: clean a shipping address

Connect the customer’s raw address to Address, enable USPS CASS for US shipments, and store Formatted Address for display. Continue fulfillment only when Is Deliverable is true; otherwise route the order for review.