Class: ShopifyAPI::Location

Inherits:
Base show all
Defined in:
lib/shopify_api/resources/location.rb

Instance Method Summary collapse

Methods inherited from Base

activate_session, #as_json, clear_session, #encode, #headers, init_prefix, init_prefix_explicit, #persisted?

Methods included from Countable

#count

Methods inherited from ActiveResource::Base

delete, headers

Instance Method Details

#inventory_levelsObject



4
5
6
# File 'lib/shopify_api/resources/location.rb', line 4

def inventory_levels
  ShopifyAPI::InventoryLevel.find(:all, from: "/admin/locations/#{id}/inventory_levels.json")
end