Versions Compared

Key

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

Coming next release

New parameter skipAddingLinkedItems in NewcartWithItems and AddItem(s)ToCart

(RTP-23993)

A new optional parameter, skipAddingLinkedItems, is added to  NewcartWithItems and AddItem(s)ToCart. This parameter is used to either add or skip the linked item. If this is true, any linked item will not be added to the cart. If this is false, any linked item will be added to the cart if it exists. This would work with items that have overriden VAT in the cart. In BatchToPosApi, skipAddingLinkedItems is set to true for complete order import, which results in skipping of linked item on the cart.

BatchToPosApi cardIssuerIdentifier mapping settings

...