getInventoryIntegrations
The method returns a list of integrations where text values in the catalog can be overwritten. The returned data contains a list of accounts for each integration and a list of languages supported by the integration
Input parameters
Output data:
A sample request in PHP:
inventory_id | int | Catalog ID. The list of identifiers can be retrieved by the getInventories method (inventory_id field). |
Output data
The method returns the data in JSON format.
status | varchar(30) | SUCCESS - request executed correctly ERROR - an error occurred during an API request. Error details will be described in 2 additional returned fields: error_message and error_code |
integrations | array | A list containing information about the integrations, where the code of the integration is the key. The value is an array containing the fields listed below. |
| - langs | array | An array of two-letter codes for the languages supported by a given integration, e.g. ["en", "de"]. |
| - accounts | array | List of connected accounts of a given integration, where the key is the account identifier and the value is the account name. |
Sample
Input data:Output data:
A sample request in PHP: