Documentation Index

Fetch the complete documentation index at: https://support.ordercentral.io/llms.txt

Use this file to discover all available pages before exploring further.

ApiPlugin

Prev Next

IApiPlugin Interface

The IApiPlugin interface extends the IPlugin interface and provides a method to initialize the plugin with a list of parameters.

Implement this interface to create custom API plugins that can be initialized with specific parameters.

Methods

  • void initialize(List<object> params): Initializes the plugin with the given parameters.