What's New in the Script API
What's New in the Script API

The following classes are either new or have been changed in version 26.1.

Package dw.customer

The following classes changed in the dw.customer Package.


CustomerMgr
MethodSummary
searchProfile(String, Object...)

Documentation Changed.

searchProfiles(String, String, Object...)

Documentation Changed.

searchProfiles(Map, String)

Documentation Changed.


Wallet
MethodSummary
getDefaultPaymentInstrument()

Method is New

Package dw.customer.shoppercontext

The following classes changed in the dw.customer.shoppercontext Package.


ShopperContext
  • Class Documentation Changed
MethodSummary
setAssignmentQualifiers(Map)

Documentation Changed.

setCustomQualifiers(Map)

Documentation Changed.


ShopperContextMgr
  • Class Documentation Changed
Package dw.extensions.payments

The following classes were added to the dw.extensions.payments Package.

The following classes changed in the dw.extensions.payments Package.


SalesforcePayPalOrder
FieldSummary
INTENT_AUTHORIZE

Field is New

INTENT_CAPTURE

Field is New

MethodSummary
getAuthorizationID()

Method is New


SalesforcePaymentIntent
  • Class Documentation Changed

SalesforcePaymentsHooks
  • Class Documentation Changed
FieldSummary
extensionPointAdyenNotification

Field is New

extensionPointSendOrderConfirmationEmail

Field is New

extensionPointStripePaymentEvent

Field is New

MethodSummary
adyenNotification(Order)

Method is New

sendOrderConfirmationEmail(Order)

Method is New

stripePaymentEvent(String, Order)

Method is New


SalesforcePaymentsMgr
MethodSummary
authorizePayPalOrder(SalesforcePayPalOrder)

Method is New

captureAdyenPayment(OrderPaymentInstrument, Money, Object)

Method is New

capturePayPalOrder(SalesforcePayPalOrder)

Method is New

createAdyenPaymentIntent(Order, Shipment, String, Money, Boolean, Object, Object)

Method is New

createPaymentIntent(Basket, Shipment, String, Money, Boolean, Object)

Documentation Changed.

createPayPalOrder(Basket, Shipment, String, Money, Object)

Method is New

getAdyenSavedPaymentMethods(Customer)

Method is New

getPaymentsZone(String)

Method is New

handleAdyenAdditionalDetails(Order, String, Object)

Method is New

refundAdyenPayment(OrderPaymentInstrument, Money, Object)

Method is New

removeAdyenSavedPaymentMethod(SalesforceAdyenSavedPaymentMethod)

Method is New

resolvePaymentsZone(Object)

Method is New

reverseAdyenPayment(OrderPaymentInstrument, Object)

Method is New


SalesforcePaymentsSiteConfiguration
MethodSummary
isFutureUsageOffSession()

Method is New

Package dw.order

The following classes changed in the dw.order Package.


OrderMgr
MethodSummary
searchOrder(String, Object...)

Documentation Changed.

searchOrders(String, String, Object...)

Documentation Changed.

searchOrders(Map, String)

Documentation Changed.

Package dw.order.hooks

The following classes were added to the dw.order.hooks Package.

The following classes changed in the dw.order.hooks Package.


BasketMergeHooks
MethodSummary
mergeBasket(Basket, Basket)

Documentation Changed.