Made possible to specify on what property is sorted when deduplicating products.
The default one was properties.published, for CGLSOscarsClient the default is now properties.productInformation.productGroupId
// example how user can specify custom sorting property:
new OscarsClient(
new URL(url),
deduplicationPropertyJsonPath = "properties.productInformation.productGroupId",
)
properties.published
, for CGLSOscarsClient the default is nowproperties.productInformation.productGroupId