Gets an address.
Name | Description | Additional information |
---|---|---|
addressId | The ID of the address. |
Define this parameter in the request URI. |
If this endpoint supports expands, they will be included in the sample response body below. However, please note that expands are NOT included in the response body by default. Expands are only included in the response body if they came through as part of the request.
{
"Address": {
"AccountId": 11521,
"AddressId": 2,
"City": "Fake City",
"CompanyName": "Your Company",
"CountryCode": "US",
"FirstName": "Site",
"IsDefaultBilling": true,
"IsDefaultShipping": true,
"LastName": "Admin",
"MiddleName": "",
"Name": "Default Billing & Shipping",
"PhoneNumber": "1-888-Your-Store",
"PostalCode": "12345",
"StateCode": "SD",
"StreetAddress1": "123 Fake Street",
"StreetAddress2": "",
"ValidAddress": false,
"Email": null,
"SetUserBillingAddress": false
},
"ErrorCode": null,
"ErrorMessage": null,
"StackTrace": null,
"AllowHtmlResponse": false,
"HasError": false,
"StringResponse": null
}