Configure negotiated pricing

To use negotiated pricing, we must have a nominal cost price list that is defined for the store. Negotiated pricing might exhibit slightly different behavior, depending on the product edition you install.


Procedure

  1. In the POLICY database table, select POLICY_ID, POLICYNAME, and PROPERTIES where POLICYTYPE_ID='Price' and STOREENT_ID=your_store_id to find the price policy for the store.

    POLICY_ID POLICYNAME PROPERTIES
    10001 MasterCatalogPriceList name=ConsumerDirect&orgentity_dn=ou=b2c,o=seller organization,o=root organization

  2. Set the price list policy to nominal by adding the type=NOMINAL attribute to the PROPERTIES column. For example, update POLICY set PROPERTIES='name=ConsumerDirect&orgentity_dn=ou=b2c,o=seller organization,o=root organization&type=NOMINAL'.

  3. Refresh the registry.


Related concepts
Negotiated pricing