Click or drag to resize

Implementing Adapter Interfaces

Overview

There are two main components that make up a ShipExec adapter, the configuration interface, and the adapter interface. All adapters must implement the configuration interface in order to function, however multiple adapters can use the same configuration interface.

Configuration Interface

See IAdapterConfigurationProvider for an example implementation of the Adapter Configuration Provider

Adapter Interfaces

This section covers the individual interfaces that are availavble for use when integrating external services or applications. Each section will cover the interface members, Validation rules, Use cases, and sample code where applicable.