Class: Betsy::ShopListingProduct

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/betsy/shop_listing_product.rb

Class Method Summary collapse

Methods included from Model

included, #initialize

Class Method Details

.get_listing_product(listing_id, product_id, options = {}) ⇒ Object



13
14
15
# File 'lib/betsy/shop_listing_product.rb', line 13

def self.get_listing_product(listing_id, product_id, options = {})
  make_request(:get, "/v3/application/listings/#{listing_id}/inventory/products/#{product_id}", options)
end