Method: Shipstation::Order.assign_tag

Defined in:
lib/shipstation/order.rb

.assign_tag(params = {}) ⇒ Object



18
19
20
21
22
# File 'lib/shipstation/order.rb', line 18

def assign_tag(params = {})
  response = Shipstation.request(:post, 'orders/addtag', params)

  response
end