Deprecated Pipelet API
Deprecated Pipelet API
The following are the Pipelets that are deprecated.
Deprecated Pipelets
ABCTest
Deprecated. It is recommended to use the platform AB-test feature instead of this pipelet. The ABCTest pipelet is used to run AB testing. The source for the random number can be either the SessionID (default) or the RequestID. Multiple
AddCouponToBasket
Deprecated. Do not use this pipelet. Use the AddCouponToBasket2 pipelet instead.
CreateBasketPaymentInstrument
Deprecated. Do not use this pipelet. Use the AddPaymentInstrumentToBasket pipelet instead.
CreateCustomerProfile
Deprecated. Do not use this pipelet. Use the CreateCustomer pipelet instead. A customer profile is now created automatically along with the customer.
CreatePaymentTransaction
Deprecated. Do not use this pipelet. Payment transactions are now created when a PaymentInstrument is created and you access the PaymentTransaction from the PaymentInstrument.
ExportPriceAdjustmentLimits
Deprecated. Do not use this pipelet. We are stopping support for exporting price adjustment limits due to missing adoption.
FailOrder
Deprecated. Please use dw.order.OrderMgr#failOrder(dw.order.Order, boolean) instead.
GetCustomerProfile
Deprecated. Do not use this pipelet. A customer profile is now created automatically along with the customer. To access the profile, simply retrieve the customer using GetCustomer pipelet and access his profile using getter method getProfile().
GetReplicationStatus
Deprecated. Do not use this pipelet. Replication tasks should be managed through the Business Manager.
ImportPriceAdjustmentLimits
Deprecated. Do not use this pipelet. We are stopping support for importing price adjustment limits due to missing adoption.
TriggerReplication
Deprecated. Do not use this pipelet. Replication tasks should be managed through the Business Manager.
VerifyCreditCard
Deprecated. Do not use this pipelet. Use the VerifyPaymentCard pipelet instead.
VerifyCreditCardExpirationDate
Deprecated. Do not use this pipelet. Use the VerifyPaymentCard pipelet instead.
VerifyCreditCardNumber
Deprecated. Do not use this pipelet. Use the VerifyPaymentCard pipelet instead.