Which SAP interfaces do you use for shop integration?
That depends on your SAP variant. For SAP Business One, we primarily use the Service Layer (a REST API) for master data and transactions, supplemented with DI API calls where more complex business logic is required. For SAP S/4HANA, we use OData V4 Services and CDS Views for read access, plus RFC and BAPI interfaces for transactional processes like order creation and pricing.
Choosing the optimal path is not a matter of taste but of your concrete SAP configuration, the existing authorizations and the desired data freshness. During the analysis phase we check which interface your system provides stably and performantly, and encapsulate it behind a clean connector. A detailed overview of the SAP integration paths can be found on our SAP integration page.