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
-
options- [Hash] List of Resource collection Options shown above can be used as parameter
211 212 213 |
# File 'lib/pub.rb', line 211 def get_product_brands( = nil) return @client.raw("get", "/ecommerce/product-brands", ) end |