Browse Source

Add product listing resource

Matt Scriven 8 năm trước cách đây
mục cha
commit
42ff9af322
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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