Address is a content type which represents a physical address. For both order billing and shipping addresses, the Address content type is returned.
Returns second address line.
Returns city.
Returns country name if country_code is not "null".
Returns country code.
Returns company name.
Returns delivery method code, when a built-in shipping method is selected. One of “ominva_pup”, “itella_pup” or “dpd_pup”.
Returns full address as a string, which includes: address1, address2, zip_code (if not null), city (if not null), state (if not null), country_code (if not null).
Returns delivery instructions.
Returns customer name.
Returns pick up points name when a built-in shipping method is selected.
Returns zip-code.