瀏覽代碼

Add product listing resource

Matt Scriven 8 年之前
父節點
當前提交
42ff9af322
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      lib/shopify_api/resources/product_listing.rb

+ 5 - 0
lib/shopify_api/resources/product_listing.rb

@@ -0,0 +1,5 @@
+module ShopifyAPI
+  class ProductListing < Base
+    init_prefix :application
+  end
+end