| Contact | Donate | Imprint |
| AiPlatform | SalesChannelModule | Shopify |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | AiPlatform | ||
| (2) Name | STRING | AiPlatform | ||
| (3) ProviderCompany | LONG | AiPlatform | Company | CompanyModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /aicommerceintegration/aiplatform/{id} | findAllAiCommerceIntegrationOfAiPlatform(id) | ProductModule | GET | AiPlatform AiCommerceIntegration |
| (2) /aiplatform/{id} | findAiPlatformById(id) | SalesChannelModule | GET | AiPlatform |
| (3) /aiplatform | insertAiPlatform(aiplatform) | SalesChannelModule | POST | AiPlatform |
| (4) /aiplatform/{id} | deleteAiPlatformById(id) | SalesChannelModule | DELETE | AiPlatform |
| (5) /aiplatform/providercompany/{id} | findAllAiPlatformOfProviderCompany(id) | SalesChannelModule | GET | Company AiPlatform |
| (6) /aiplatform/{id} | updateAiPlatformById(aiplatform) | SalesChannelModule | PUT | AiPlatform |
| (7) /aiplatform | findAllAiPlatform() | SalesChannelModule | GET | AiPlatform |
Example:
final AiPlatform aiplatform = (AiPlatform) invokeModule(SALES_CHANNEL_MODULE + "/aiplatform/" + id, AiPlatform.class);| Contact | Donate | Imprint |