module Shipstation::APIOperations::Shipment

Public Instance Methods

mark_as_shipped(params = {}) click to toggle source
# File lib/shipstation/api_operations/shipment.rb, line 5
def mark_as_shipped(params = {})
  Shipstation.request(:post, 'orders/markasshipped', params)
end