| Contact | Donate | Imprint |
| Entity | Alias | Module | Global Schema |
| (1) AiCommerceIntegration | AiCommerceIntegration | ProductModule | Shopify |
| (2) AiPlatform | AiPlatform | SalesChannelModule | Shopify |
| (3) Company | Company | CompanyModule | Shopify |
| (4) Product | Product | ProductModule | Shopify |
| (5) ProductSalesChannelIntegration | ProductSalesChannelIntegration | SalesChannelModule | Shopify |
| (6) SalesChannel | SalesChannel | SalesChannelModule | Shopify |
| AiPlatform | SalesChannelModule | Shopify |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | AiPlatform | ||
| (2) Name | STRING | AiPlatform | ||
| (3) ProviderCompany | LONG | AiPlatform | Company | CompanyModule |
Example:
final AiPlatform aiplatform = (AiPlatform) invokeModule(SALES_CHANNEL_MODULE + "/aiplatform/" + id, AiPlatform.class);| ProductSalesChannelIntegration | SalesChannelModule | Shopify |
| Property | Type | Entity | Reference | Module |
| (1) EndDate | DATE | ProductSalesChannelIntegration | ||
| (2) IntegrationType | STRING | ProductSalesChannelIntegration | ||
| (3) LaunchDate | DATE | ProductSalesChannelIntegration | ||
| (4) Notes | STRING | ProductSalesChannelIntegration | ||
| (5) Product | LONG | ProductSalesChannelIntegration | Product | ProductModule |
| (6) SalesChannel | LONG | ProductSalesChannelIntegration | SalesChannel | SalesChannelModule |
Example:
final ProductSalesChannelIntegration productsaleschannelintegration = (ProductSalesChannelIntegration) invokeModule(SALES_CHANNEL_MODULE + "/productsaleschannelintegration/" + id, ProductSalesChannelIntegration.class);| SalesChannel | SalesChannelModule | Shopify |
| Property | Type | Entity | Reference | Module |
| (1) ChannelType | STRING | SalesChannel | ||
| (2) Description | STRING | SalesChannel | ||
| (3) Name | STRING | SalesChannel |
Example:
final SalesChannel saleschannel = (SalesChannel) invokeModule(SALES_CHANNEL_MODULE + "/saleschannel/" + id, SalesChannel.class);| Contact | Donate | Imprint |