Versions Compared

Key

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

...

When fetching carts via GetCart or GetCartExt, we've added the flight information from POSLog to the cart response. This is to allow clients to display such information in their applications when showing the receipt.

Support unique order numbers in GetCartIdByOrderNumber and BatchToPosApi

(RTP-27933)

A new field called 'isUniqueOrderNumber' was added to the GetCartIdByOrderNumber endpoint. When set to True, the set store number will be ignored and set to 0, which results in the method searching for the CartId in all stores on a given tenant. 

For BatchToPosApi, a new parameter called 'useUniqueOrderNumber' was added to the DeliveryFromStagingToPosApi and PaymentFromStagingToPosApi jobs. When set to True, the job will call the GetCartIdByOrderNumber endpoint with isUniqueOrderNumber=True.


...

Released 02.01.2024

Support for InternalOrderNumber

...