Sha256: 4e8a898101535794b2bf1ba46252796889241d7c0bdf311c6ef355b99c62d352
Contents?: true
Size: 197 Bytes
Versions: 3
Compression:
Stored size: 197 Bytes
Contents
module Shipstation module APIOperations module Shipment def mark_as_shipped(params = {}) Shipstation.request(:post, 'orders/markasshipped', params) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
shipstation-0.25 | lib/shipstation/api_operations/shipment.rb |
shipstation-0.24 | lib/shipstation/api_operations/shipment.rb |
shipstation-0.23 | lib/shipstation/api_operations/shipment.rb |