Get shipping address
GET {{orgUrl}}/services/data/v{{apiVersion}}/commerce/webstores/{{webstoreId}}/accounts/{{buyerAccountId}}/addresses?addressType=Shipping&sortOrder=CreatedDateDesc&excludeUnsupportedCountries=true
Returns all of the shipping addresses associated with the buyer account identified through the buyerAccountId variable. Sets the _addressId variable to the last created shipping address for that buyer account.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
addressType | string | ||
sortOrder | string | ||
excludeUnsupportedCountries | boolean |