@@ -0,0 +1,5 @@
+module ShopifyAPI
+ class AbandonedCheckout < Base
+ init_prefix :checkout
+ end
+end