class ShopifyAPI::ProductListing

Public Class Methods

product_ids() click to toggle source
# File lib/shopify_api/resources/product_listing.rb, line 8
def self.product_ids
  ProductId.all
end