conneqt/module-sap-service-layer-special-prices

N/A

Installs: 3 087

Dependents: 0

Suggesters: 0

Security: 0

Type:magento2-module

pkg:composer/conneqt/module-sap-service-layer-special-prices

1.1.3 2025-11-11 12:39 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 GET API SpecialPrices
  • Item Prices: Uses the POST API CompanyService_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:

  1. The customer must be logged in.
  2. The customer account must have the Cardcode attribute set with a valid value.
  3. The API configuration must be correctly filled in under the SAP Base configuration section.