Overview

Summary

ContactDonateImprint


Appendix E-5: SALES CHANNEL (UI prompt)


SalesChannelSalesChannelModuleShopify

Properties (3)

PropertyTypeEntityReferenceModule
(1) ChannelTypeSTRINGSalesChannel
(2) DescriptionSTRINGSalesChannel
(3) NameSTRINGSalesChannel


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /saleschannel/{id}deleteSalesChannelById(id)SalesChannelModuleDELETESalesChannel
(2) /saleschannel/{id}updateSalesChannelById(saleschannel)SalesChannelModulePUTSalesChannel
(3) /saleschannelinsertSalesChannel(saleschannel)SalesChannelModulePOSTSalesChannel
(4) /saleschannel/{id}findSalesChannelById(id)SalesChannelModuleGETSalesChannel
(5) /productsaleschannelintegration/saleschannel/{id}findAllProductSalesChannelIntegrationOfSalesChannel(id)SalesChannelModuleGETSalesChannel ProductSalesChannelIntegration
(6) /saleschannelfindAllSalesChannel()SalesChannelModuleGETSalesChannel





Example:

final SalesChannel saleschannel = (SalesChannel) invokeModule(SALES_CHANNEL_MODULE + "/saleschannel/" + id, SalesChannel.class);
if (saleschannel != null) {
}
return saleschannel;


Overview

Summary

ContactDonateImprint