Method: Etsy::ShippingTemplate.create

Defined in:
lib/etsy/shipping_template.rb

.create(options = {}) ⇒ Object



9
10
11
12
# File 'lib/etsy/shipping_template.rb', line 9

def self.create(options = {})
  options.merge!(:require_secure => true)
  post("/shipping/templates", options)
end