List postal code coverage
Fetch every postal code area this location has coverage for, grouped by ISO 3166-1 alpha-2 country code.
Coverage changes over time. Re-fetch this list regularly. Do not store it on your side as a permanent source of truth.
This is not a real-time serviceability check. Treat it as a pre-check: a filter for narrowing down which postal codes are worth offering at all. It says something about postal code areas, nothing about a specific address. For a live per-postal-code answer call POST /orders/check/postal-code/{locationId}, and for an exact per-address answer POST /orders/check/{locationId}, which stays the source of truth.
Countries without coverage are omitted rather than returned as an empty list.
Authorizations
Path Parameters
The location whose coverage you want. The same identifier you pass to the check endpoint.
Response
Covered postal codes per country
Covered postal codes keyed by ISO 3166-1 alpha-2 country code. Only countries with coverage are present.
Postal codes covered in that country. Each entry is a full postal code or a numeric prefix standing for the wider postal code area.