Class: Betsy::ShopListingProduct
- Inherits:
-
Object
- Object
- Betsy::ShopListingProduct
- Includes:
- Model
- Defined in:
- lib/betsy/shop_listing_product.rb
Class Method Summary collapse
Methods included from Model
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, = {}) make_request(:get, "/v3/application/listings/#{listing_id}/inventory/products/#{product_id}", ) end |