With this latest release, we have introduced a new way to retrieve address data from our supplier enrichment API, along with some minor optimizations.
New Feature: Ability to Query for Parsed Address Components
Prior to this release, the only way to query address data from the retrieveMatchedSuppliers
query was as a complete address string.
With this release, users can now query supplier address data as parsed address components using the new address_parsed
object. Details can be found in our API documentation here.
NOTE: As part of this change, the company_address
field has been updated to complete_address
.
Minor Optimizations:
- Increased the max load size from the default (100kb) to 80mb.
- Optimized the
allRecordStats
query with the removal of the following unnecessary stats:records_missing_address_data
records_missing_company_name_data
records_missing_supplier_id
records_with_invalid_address_data
records_with_invalid_company_name_data