Pipelet CreateBasketForOrderEdit
Creates a Basket from an existing Order for the purposes of changing an Order. If this basket is passed the the CreateOrder pipelet, the original order is replaced with the new Order. Note that the new Basket will represent the original Order as closely as possible. However, items such as Gift Certificates are not copied from the original Order to the basket. The Status object will indicate the success or failure of the operation. On failure, the status code will be one of the defined values in OrderProcessStatusCodes.
Group:
Basket
Flags:
Error Connector
Transaction Required
Input Parameters
Order  :  Order (Required)
The Order from which the Basket is created.
Output Parameters
Basket  :  Basket  :  (Required)
The Basket containing the allowed Order items.
CreateBasketStatus  :  Status  :  (Optional)
A Status object indicating the success or failure of the basket creation process. See OrderProcessStatusCodes for a list of possible values.