module Shiphawk::Api::ShipmentsStatus

Company API

@see shiphawk.com/api-docs

The following API actions provide the CRUD interface to managing a shipment’s tracking.

Public Instance Methods

shipments_status_update(options) click to toggle source
# File lib/shiphawk/api/shipments_status.rb, line 12
def shipments_status_update options
  put_request status_path, options
end