get https://api-sandbox.qorcommerce.io/v3/utilities/zip/
Validates zip codes and returns location detail
This endpoint is useful to validate address zip codes and/or pre-populate city and state data on forms for data consistency.
Required Path Parameter
Enter the postal code as the final value in the path. For example, if looking up a postal code 92382 the request path should look like this:
.../v3/utilities/zip/92382
-
US Zip codes use a normal 5-digit code. For example:
92382
-
Canada Zip codes use 6 alpha-numeric characters. For example:
K1A0B1
Note:
Do not use any spaces, dashes or special characters.