inventory_item.rb 88 B

123456
  1. # frozen_string_literal: true
  2. module ShopifyAPI
  3. class InventoryItem < Base
  4. end
  5. end