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
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 |