module Shopkit::Client::Variants

Public Instance Methods

update_variant(id, options={}) click to toggle source
# File lib/shopkit/client/variants.rb, line 5
def update_variant(id, options={})
  put("/variants/#{id}", options)['variant']
end