Sha256: 88baa1007e241217b127e0ff07497e2bb85d3c7777af31bdd015474a8e92f102

Contents?: true

Size: 285 Bytes

Versions: 8

Compression:

Stored size: 285 Bytes

Contents

# frozen_string_literal: true
require 'shopify_api/resources/customer'

module ShopifyAPI
  class CustomerSavedSearch < Base
    early_july_pagination_release!

    def customers(params = {})
      Customer.search(params.merge({ customer_saved_search_id: self.id }))
    end
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
shopify_api-9.5.2 lib/shopify_api/resources/customer_saved_search.rb
ruby_shopify_api-1.1.0 lib/shopify_api/resources/customer_saved_search.rb
ruby_shopify_api-1.0.0 lib/shopify_api/resources/customer_saved_search.rb
shopify_api-9.5.1 lib/shopify_api/resources/customer_saved_search.rb
shopify_api-9.5 lib/shopify_api/resources/customer_saved_search.rb
shopify_api-9.4.1 lib/shopify_api/resources/customer_saved_search.rb
shopify_api-9.4.0 lib/shopify_api/resources/customer_saved_search.rb
shopify_api-9.3.0 lib/shopify_api/resources/customer_saved_search.rb