Attributes (Global)

AttributeData typeDescription
street1stringAddress line 1 (e.g., street, PO Box, or company name).
street2stringAddress line 2 (e.g., apartment, suite, unit, or building).
citystringCity, district, suburb, town, or village.
region1_codestringState, county, province, or region.
postal_codestringZIP or postal code.
country_codestringThree-letter country code (examples:USA, CAN).
"address":{
        "street1": "4519 Rue Levy",
      	 "street2": "Apt 1",
      	 "city": "Saint-Laurent",
      	 "region1_code": "QC",
      	 "postal_code": "H4R2P9",
     		 "country_code": "CAN"
 }