Versions Compared

Key

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

Released 26.09.2024

CouponCodeUsed in GetCart request

(RTP-30889

GetCart correctly returns CouponCodeUsed in DiscountDetails.

Unique Pick-up codes for Click and Collect Orders

(RTP-33208)

Due to concurrency, duplicate pickup codes were used for different orders for the same store. After fix, all Click and Collect orders will get unique pick-up codes.

Improved error handling for import of orders/sales

(RTP-31109)

When the order/sale received by the BatchToPosApi package fails with an InvalidQuantityFault, CartItemNotFoundFault or CartIsCancelledFault - it no longer retries after the initial fail. 

BatchToPosApi - Fix for rounding in fuel sales

(RTP-31190)

When creating a receipt in POS API based on a fuel sale receipt, the rounded total amount is the same as the amount stated in the initially received file. 

RemoveItemFromCart should fail if the item is already removed

(RTP-18672)

Removing item which is previously/already removed will fail with an error

Coupon Type in SetLoyaltyIncart 

(RTP-29378)

SetLoyaltyIncart returns the coupon information for the cart with in the new field "Type" to indicate what type of coupon it is. Possible returned values are: Unknown, CouponId, CustomerId, Bonus, BonusReward, BonusAmount, BonusCheck, StampCard, TenderCoupon.

BatchToPosApi - Delivery address not required for click and collect

(RTP-4516)

When the delivery method is set to "LRS.RIS" (click and collect), the delivery address is not be required.

BatchToPosApi - Adjust ordered quantity in deliveryOrder 

(RTP-33304)

It is possible to adjust ordered quantity using the deliveryOrder file type through BatchToPosApi. The items must not have been already delivered. 



...

Released 19.09.2024

Customer-specific transaction details in POS API 

(RTP-32993)

Structured notes for 'ExternalTypeCode', 'CountryCode', 'ExternalLineTypeCode', and 'TaxGroupID' are included in all EG POSLogs from the POS API. Even if a receipt is converted to a lower POSLog version that doesn't support these fields, the information is retained in the POSlog as long as the version supports structured notes. The structured notes correctly translate to ARTS extensions during conversion in ReceiptService, ensuring consistent handling of transaction data across different versions and sources.

Expand
titleConfiguration
POS Configuration 

The following relevant parameters must be configured for this to take effect.

  • 'SaveExternalTransactionInfo' (default false) must be set to true.
  • 'ExternalTypeCodes' default value containing the default transaction types for the specific customer. 
  • 'ExternalLineTypeCodes' default default value containing the default line item types for the specific customer. 
  • 'TaxGroupIDs' default value containing the default tax group id's for the specific customer. 

...

Update in fault handling for invalid discounts

...

GeneralFault is returned for scenarios wherein an invalid discount is added to cart (ItemSale/SetCartItemDiscount endpoint). This replaces InvalidDiscountFault since it is not in the list of possible faults in the contract.

Improved error handling for import of orders/sales

(RTP-31109)

When the order/sale received by the BatchToPosApi package fails with an InvalidQuantityFault, CartItemNotFoundFault or CartIsCancelledFault - it no longer retries after the initial fail. 

...

(RTP-29642)

When an invalid or expired coupon is added or used, proper error message is displayed.

InvalidCastException in POSAPI resulting in 500 error code

...

We're encountering an Invalid Cast Exception on certain endpoints related to POSLog, which is causing the POS API to return a 500 error. This issue has been resolved by updating the error code to 400 and providing a valid failure message.

...

External Order Number 

(RTP-1867232350)Removing item which is previously/already removed will fail with an error

External Order Number can be set in ReserveCartInStore and is sent through POS Message.


...

Released 05.09.2024

Post-registration of members through NewCartForTransactions

...

400 bad request is returned with "InvalidPrice fault" when attempting to sell a bundle with price higher than individual items.

Error message regarding coupons improvement

(RTP-29642)

When an invalid or expired coupon is added or used, proper error message is displayed.


...

Released 08.08.2024

Improved error handling in SetStoresForCartOrderPicking method

...

Delivered Cart ID is added to each line item for end point GetItemsAvailableForReturn. This makes it possible to return items from different paid receipts in the same return.

BatchToPosApi - Fix for rounding in fuel sales

(RTP-31190)

When creating a receipt in POS API based on a fuel sale receipt, the rounded total amount is the same as the amount stated in the initially received file. 


...

Released 07.06.2024

Returns through BatchToPosApi

...