Method: Mints::Pub#get_product_brands

Defined in:
lib/pub.rb

#get_product_brands(options = nil) ⇒ Object

Get Product Brands.

Get a collection of product brands.

Parameters



211
212
213
# File 'lib/pub.rb', line 211

def get_product_brands(options = nil)
  return @client.raw("get", "/ecommerce/product-brands", options)
end