Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ModuleDescription

Pricer

Add 'Discount' as a value to presentation (RTC-42203)

When item has active promotion price, presentation property in Pricer has value 'DISCOUNT'. In other situations - no promotion price, planned promotion or stopped promotion presentation value is 'NORMAL'.

Stores

Store details (RTC-42300)

In store details a new section is added - Store languages. It is multi-select field, where user can specify store preferred languages, if they are different from the language of a country that store belongs to.
User can add up to 2 languages, if attempt to add more is made, user sees validation message. User can select languages available in ISO standard list for .NET. When typing a language in field, results are looked up by both ISO code and name of language. 

Image Added

Store Service API

GET request for stores (RTC-42827)

Get request in Store Service is supported: api/gateway/Stores. Contract is based on the contract for store export except the following things:

  • 'id' field is added in API contract,
  • 'localStoreNo' is nested in 'identifier',
  • 'localStoreNo' is added in 'relatedStores',
  • 'storeHours' are grouped differently.

Endpoint is limited to return max 100 stores. Authorization token is required.


System

Migration to .NET 8 (RTC-42414)

Store Service module is migrated to .NET 8.

...