Module: Shipstation::APIOperations::Shipment
- Included in:
- Order
- Defined in:
- lib/shipstation/api_operations/shipment.rb
Instance Method Summary collapse
Instance Method Details
#mark_as_shipped(params = {}) ⇒ Object
5 6 7 |
# File 'lib/shipstation/api_operations/shipment.rb', line 5 def mark_as_shipped(params = {}) Shipstation.request(:post, 'orders/markasshipped', params) end |