tags | | | |
address | Address data type which consists below fields. | | |
ㅤ↳buildingNumber | Updated house number of the address. | string | maxLength: 16 |
ㅤ↳addressLine1 | Updated street information of the address. | string | minLength: 1 maxLength: 128 |
ㅤ↳addressLine2 | An optional additional field for the updated street address. | string | maxLength: 128 |
ㅤ↳addressLine3 | Another optional additional field for the updated street address of the billing address. | string | maxLength: 128 |
ㅤ↳apartmentNumber | The Apartment Number of the address. | string | |
ㅤ↳floor | The Floor Number of the address | string | |
ㅤ↳city | Updated city, town, or village of the address. | string | pattern: It should match a through z or A through Z, inclusive (range)Also, it length must be between 2 to 64. |
ㅤ↳state | Updated state of the address. | string | pattern: It should match a through z or A through Z, inclusive (range)Also, length should not be more than 64 characters. |
ㅤ↳county | district or county of the address. | string | pattern: It should match a through z or A through Z, inclusive (range)Also, max length allowed is 64 characters. |
ㅤ↳zipCode | Updated postal/zip code of the address. | string | maxLength: 10pattern: It should be alphanumeric. |
ㅤ↳country | Updated country consists code and name. | | |
ㅤㅤㅤ↳code * | The two-letter code for the country of the address. | string | pattern: It should match A through Z, inclusive (range)Also, it must be at least 2 but not more than 3 times. |
ㅤㅤㅤ↳name * | The name of the country of the address. | string | pattern: It should match a through z or A through Z, inclusive (range)Also, it must be at least 2 but not more than 64 times. |
geolocation | | | Example: OrderedMap { "latitude": "30.3752° N","longitude": "76.7821° E" } |
ㅤ↳long * | Updated range of longitude is -180 to 180. | string | Example: 76.7821° E |
ㅤ↳lat * | Updated range of latitude is -90 to 90. | string | Example: 30.3752° N |
*This is required. | | | |
| | | |
HTTP Status Code Summary | | | |