Connector Contract
Author:
Fluent Commerce
Changed on:
1 July 2024
Overview
Connector Contracts are suggested design patterns provided by Fluent Commerce for common integration requirements.
Each contract documents a series of “flows” - request-response webhooks, events, and occasionally mutations - that represent the overall back and forth between Fluent and a third-party API.
Key points
- Provides a customisable and reusable approach for respective module contracts
- The contract can be extended to implement customer-specific requirements
Benefits of implementing the contract
- Provides a customisable and reusable approach for respective module contracts.
- Allows building connectors that are forward-compatible with future versions.
How can we extend the contract?
The contract can be extended to implement customer-specific requirements. Read more on how to extend the interface contract.