Browse Source

Add support for shipping_rates endpoint

New ActiveResource ShopifyAPI::ShippingRate
Emmanuel Milou 6 năm trước cách đây
mục cha
commit
bc5a3a5f0c
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      lib/shopify_api/resources/shipping_rate.rb

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

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