Method: WeChat::REST::Store#stock_reduce

Defined in:
lib/we_chat/rest/store.rb

#stock_reduce(product_id, sku_info, quantity) ⇒ Object



57
58
59
# File 'lib/we_chat/rest/store.rb', line 57

def stock_reduce(product_id, sku_info, quantity)
  perform_post '/merchant/stock/reduce', { product_id: product_id, sku_info: sku_info, quantity: quantity}
end