New ActiveResource ShopifyAPI::ShippingRate
@@ -0,0 +1,5 @@
+module ShopifyAPI
+ class ShippingRate < Base
+ self.prefix = '/admin/checkouts/:checkout_id/'
+ end
+end