Class: Shipstation::Order
- Inherits:
-
ApiResource
- Object
- ApiResource
- Shipstation::Order
- Extended by:
- APIOperations::Create, APIOperations::List, APIOperations::Retrieve
- Defined in:
- lib/shipstation/order.rb
Class Method Summary collapse
Methods included from APIOperations::List
Methods included from APIOperations::Create
Methods included from APIOperations::Retrieve
Methods inherited from ApiResource
Class Method Details
.assign_tag(params = {}) ⇒ Object
14 15 16 17 18 |
# File 'lib/shipstation/order.rb', line 14 def assign_tag params={} response = Shipstation.request(:post, "orders/addtag", params) return response end |
.create_label(params = {}) ⇒ Object
8 9 10 11 12 |
# File 'lib/shipstation/order.rb', line 8 def create_label params={} response = Shipstation.request(:post, "orders/createlabelfororder", params) return response end |