conneqt / module-sap-service-layer-special-prices
N/A
Installs: 3 086
Dependents: 0
Suggesters: 0
Security: 0
Type:magento2-module
pkg:composer/conneqt/module-sap-service-layer-special-prices
Requires
- php: >=8.1
- conneqt/m2-base: ^1.3.0
- conneqt/m2-module-sap-base: ^1.2.7
- conneqt/module-special-prices: ^1.4.20
- magento/framework: *
This package is auto-updated.
Last update: 2025-11-11 12:40:32 UTC
README
When using the SAP Special Price module, most configuration options from the base module do not apply. Only a few base settings remain functional.
Store Configuration
In Stores → Configuration → SAP Special Prices, you can choose which API is used to retrieve product prices:
- Special Prices: Uses the
GETAPISpecialPrices - Item Prices: Uses the
POSTAPICompanyService_GetItemPrice
API Behavior
The CompanyService_GetItemPrice API should generally be preferred, as it returns fully calculated and accurate prices.
It includes all necessary business logic and price calculations.
The SpecialPrices API, on the other hand, only retrieves prices directly from the customer’s price list. It does not apply any additional pricing rules or calculations.
Requirements
To retrieve SAP special prices, the following conditions must be met:
- The customer must be logged in.
- The customer account must have the
Cardcodeattribute set with a valid value. - The API configuration must be correctly filled in under the SAP Base configuration section.