[DEPRECATED] Pipelet: Order FailOrder

Pipelet FailOrder

Deprecated. Please use dw.order.OrderMgr#failOrder(dw.order.Order, boolean) instead.

This pipelet fails an unplaced order if payment could not be authorized. The specified Order must be in status CREATED, and will be set to status FAILED.

Inventory transactions and coupon redemptions associated with the Order will be rolled back.

If the order is failed in the same session in which it was created, the basket will be reopened such that it can be used for a subsequent order.

The pipelet can be called within or outside of a storefront session, for example in a job pipeline.

Deprecated:

Deprecated. Please use dw.order.OrderMgr#failOrder(dw.order.Order, boolean) instead.

Group:

Order (deprecated)

Flags:

Error Connector

Transaction Required

Input Parameters

Order : Order Optional

An Order in status CREATED.