ShipWise
ShipWise connects ecommerce sites with fulfillment centers in a standard way.
How to Connect
There are two ways to connect to ShipWise: with the help of our support team (recommended), or using SQL statements in the CData Virtuality Studio or the Code Editor in the Web UI (as described in the subpage).
Usage
The ShipWise API connector introduces a new virtual schema shipwise that contains the following stored procedures:
The public API procedures may call the internal procedures which should not be used directly as they can be changed without any explicit notification in the newer versions of the connector. Internal procedures can be recognized by the prefix internal_ in their names. Public API procedures do not have such prefix in their names.
In addition to these public API procedures, there are a couple of views in another virtual schema shipwise_examples that shows an exemplary usage of the public API:
If not needed, you can delete all the example views directly by dropping shipwise_examples.