Retrieve an address from a profile
Retrieves a Address resource.
Authorizations:Token, JWT
Query Parameters
| profile_id required | integer>= 1 |
| id required | integer>= 1 |
Responses
200Address resource
Response schema:
Address resource | is_billing | boolean | ||||
| is_shipping | boolean | ||||
| is_work | boolean | ||||
| type | stringDefault: "R"Enum: "R""C"Example: "R" | ||||
| 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>= 0 | ||||
| state_name | string | ||||
| custom_fields | Array of objects | ||||
Array
| |||||
| id | integer or null>= 1 | ||||
401Unauthorized
Response schema:
Unauthorized | type | stringExample: "https://tools.ietf.org/html/rfc2616#section-10" |
| title | stringExample: "An error occurred" |
| detail | string or nullExample: "Cannot find entity" |
| instance | string or null |
404Resource not found
Response schema:
Resource not found | type | stringExample: "https://tools.ietf.org/html/rfc2616#section-10" |
| title | stringExample: "An error occurred" |
| detail | string or nullExample: "Cannot find entity" |
| instance | string or null |
500Internal error
Response schema:
Internal error | type | stringExample: "https://tools.ietf.org/html/rfc2616#section-10" |
| title | stringExample: "An error occurred" |
| detail | string or nullExample: "Cannot find entity" |
| instance | string or null |