Method: Mints::User#get_product_templates

Defined in:
lib/user.rb

#get_product_templates(options = nil) ⇒ Object

Get product templates.

Get a collection of product templates

Parameters



348
349
350
# File 'lib/user.rb', line 348

def get_product_templates(options = nil)
  return @client.get__ecommerce__product_templates(options)
end