getMethodTable returns a method findAllShopShippingProfiles which is indicated to return response values containing the type "ShippingProfile".
AFAICT the "ShippingProfile" type is not documented here:
http://www.etsy.com/developers/documentation/reference/shippingprofileor elsewhere.
Please document this type.
Following is the JSON object for Etsy API request method findAllShopShippingProfiles:
{"name":"findAllShopShippingProfiles","description":"Retrieves a list of Shipping Profiles for the shop","uri":"\/shops\/:shop_id\/shipping\/profiles","params":{"shop_id":"shop_id_or_name"},"defaults":null,"type":"ShippingProfile","visibility":"private","http_method":"GET"}