Method: Mints::User#get_product_brands

Defined in:
lib/user.rb

#get_product_brands(options = nil) ⇒ Object

Get product brands.

Get a collection of product brands

Parameters



306
307
308
# File 'lib/user.rb', line 306

def get_product_brands(options = nil)
  return @client.get__ecommerce__product_brands(options)
end