An open API service indexing awesome lists of open source software.

https://github.com/addynz/shopify-address-autocomplete

Boost conversions and improve order delivery when you integrate Addy's address validation services into your Shopify checkout forms. Validate and capture accurate customer addresses with an address finder at the point of order.
https://github.com/addynz/shopify-address-autocomplete

address-autocomplete address-book address-finder address-lookup address-matching address-parser address-validation address-verification boost-conversions shopify-address-autocomplete shopify-apps

Last synced: about 2 months ago
JSON representation

Boost conversions and improve order delivery when you integrate Addy's address validation services into your Shopify checkout forms. Validate and capture accurate customer addresses with an address finder at the point of order.

Awesome Lists containing this project

README

        

# Shopify Address Finder Plugin by Addy.co.nz

https://www.addy.co.nz/

Boost conversions and improve order delivery when you integrate Addy's address checking and validation services into your Shopify checkout forms. Find, validate and capture accurate customer addresses at the point of order.

![Shopify Address Autocomplete](https://github.com/addynz/Shopify-Address-Autocomplete/blob/master/shopifyaddressautocomplete.gif)

Addy's service uses intelligent fuzzy matching for addresses (See: https://www.addy.co.nz/address-finder-fuzzy-matching). This means that if a typo, invalid suburb or partially correct address is entered, customers can still find the right delivery or billing address because the addresses are validated against actual delivery point data from official address sources, including the New Zealand Postal Address File (PAF).

## Benefits

- Reduce friction and increase conversion rates with a fast checkout process
- Create a delightful checkout experience for repeated business
- Deliver to the right address, the first time
- Verify and validate address details in real-time

## Get started
Create a free account to get your Addy API key:

1. Login to your Shopify Admin page.
2. Click on Online Store > Preference in the menu.
3. Under Preferences, scroll down and setup Google Analytics (use a blank code such as UA-0000-0) and click Save.
4. Under the Google Analytics account, click Add custom JavaScript.
5. Copy and paste the JavaScript below and replace 'demo-api-key' with your API key.
6. Click Save and you're done!

```javascript
(function(d, w) {
var s = document.createElement("SCRIPT");
s.src = 'https://cdn.addy.co.nz/shopify/1.1.0/addycomplete.min.js?key=demo-api-key';
s.type = 'text/javascript';
s.async = 1;
d.body.appendChild(s);
})(document, window);
```

## Prices
Addy's Shopify plugin is free of charge; download and install it at no cost. Just setup an account with Addy.
See https://www.addy.co.nz/pricing for more information.

## Links

Official Addy site:

Complete Shopify Integration Documentation:

RESTful Address Finder API Documentation:

All Documentation:

Frequently Asked Questions:

## License

The NZ-Address-Autocomplete code is released under the MIT License,
which has the same license as awesomplete .