Method: UltracartClient::StorefrontApi#get_histogram_property_values

Defined in:
lib/ultracart_api/api/storefront_api.rb

#get_histogram_property_values(storefront_oid, opts = {}) ⇒ EmailHistogramPropertyValuesResponse

Get histogram property values Obtain a list of property values for a given property name and type

Parameters:

  • storefront_oid (Integer)
  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :property_name (String)
  • :property_type (String)
  • :limit (Integer)

Returns:



6587
6588
6589
6590
# File 'lib/ultracart_api/api/storefront_api.rb', line 6587

def get_histogram_property_values(storefront_oid, opts = {})
  data, _status_code, _headers = get_histogram_property_values_with_http_info(storefront_oid, opts)
  data
end