Method: OrderCloud::AdminAddressApi#get

Defined in:
lib/order_cloud/api/admin_address_api.rb

#get(address_id, opts = {}) ⇒ Address

Parameters:

  • address_id

    ID of the address.

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



152
153
154
155
# File 'lib/order_cloud/api/admin_address_api.rb', line 152

def get(address_id, opts = {})
  data, _status_code, _headers = get_with_http_info(address_id, opts)
  return data
end