Address Resolver Types

This parameter is used to determine how address information will be resolved.

  • Enum Class Name: AddressResolverType
  • Parameter Name: address_resolver_type
Value Description
0 Do Not Resolve Address
1 Resolve From Postal Code
2 Resolve If Address Not Found

Important Usage Notes

This parameter determines how the address data (state, city, postal_code) under the consignor and consignee parameters should be processed. You should select the parameter value that best suits your workflow.

Resolution Details

  • Value 0 (Do Not Resolve Address):

    • The state, city values provided to us will be used from the state and city tables in our database.
  • Value 1 (Resolve From Postal Code):

    • Instead of the state, city values provided to us, the state and city values belonging to the postal code will be used based on the postal_code data.
  • Value 2 (Resolve If Address Not Found):

    • First, the state, city values are searched
    • If no match is found, a search is performed using the postal_code data to obtain the state and city values.

Note: If you are unsure about the correct selection, please contact us.

These values can be used both when creating a consignment and when receiving responses. You can include them in your own system to enhance integration and understanding.