class ShopifyAPI::Location

Public Instance Methods

inventory_levels() click to toggle source
# File lib/shopify_api/resources/location.rb, line 4
def inventory_levels
  ShopifyAPI::InventoryLevel.find(:all, from: "#{self.class.prefix}locations/#{id}/inventory_levels.json")
end