This module integrates ShipStation (http://www.shipstation.com) and
Drupal Commerce for the purpose of fulfilling orders placed in Drupal Commerce through ShipStation. The integration currently uses the ShipStation Custom Store service (https://help.shipstation.com/hc/en-us/articles/360025856192-Custom-Store...) to facilitate the export of orders from Drupal Commerce and to receive updates from ShipStation in Drupal Commerce when an order is fulfilled.
The module provides a number of configuration options, allowing you to choose which order status in Drupal Commerce should be used for exporting orders to ShipStation, what field should be used for pushing order comments to ShipStation, along with configuration options for billing and shipping phone numbers and product images. You can also choose which shipping methods are made available to ShipStation.
The scope of this project is simple: to provide an entity wrapper to the watchdog table created by dblog in order to expose access to that table via projects that utilize the entity api. This was developed for integration with the operations available as a webservice via the restWS module so that there could be a site that centrally manages the watchdog messages being generated by a series of related sites instead of having to enable dblog on each site.
In practice
This module was built for use with the Remote Watchdog distribution. The CIS Connector library of connection modules has support for connecting to systems running this module thanks to hook_watchdog so you can route messages that were generated to your central site, running this module to expose RESTful API operations via Entity API.