Sha256: 4e94ea9359e7207665a18f0508a78f80b7811bc9fb18fc36aa520692df2c5d1e
Contents?: true
Size: 317 Bytes
Versions: 9
Compression:
Stored size: 317 Bytes
Contents
# frozen_string_literal: true module ShopifyAPI class SmartCollection < Base include Events include Metafields def products Product.find(:all, params: { collection_id: id }) end def order(options = {}) load_attributes_from_response(put(:order, options, only_id)) end end end
Version data entries
9 entries across 9 versions & 2 rubygems