| Contact | Donate | Imprint |
| 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);| Contact | Donate | Imprint |