The ability to add metafields to Customers was recently added in Shopify.
@@ -1,4 +1,5 @@
module ShopifyAPI
class Customer < Base
+ include Metafields
end