Retrieve an address from a profile
Retrieve an address from a profile.
Authorizations:Token, JWT
Query Parameters
| profile_id required | integer |
| address_id required | integer |
| id required | stringResource identifier |
Responses
200Address resource
Response schema:
Address resource | id | integer>= 0 | ||||
| is_billing | boolean | ||||
| is_shipping | boolean | ||||
| is_work | boolean | ||||
| type | string | ||||
| title | string | ||||
| firstname | string | ||||
| lastname | string | ||||
| phone | string | ||||
| address1 | string | ||||
| address2 | string | ||||
| address3 | string | ||||
| zipcode | string<= 32 characters | ||||
| city | string | ||||
| country_code | string2 characters | ||||
| state | integer or null | ||||
| state_name | string | ||||
| custom_fields | Array of objects | ||||
Array
| |||||
401Unauthorized
Response schema:
Unauthorized | type | string |
| title | string |
| detail | string or null |
| instance | string or null |
404Resource not found
Response schema:
Resource not found | type | string |
| title | string |
| detail | string or null |
| instance | string or null |
500Internal error
Response schema:
Internal error | type | string |
| title | string |
| detail | string or null |
| instance | string or null |