Create Replacement Order From Cart

Configure the CreateReplacementOrderFromCart project action to convert an existing replacement cart into an order.

Overview

The Create Replacement Order From Cart action finds the replacement cart linked to the project and converts it into a placed order. This is the second step in a two-step replacement flow where a cart was previously created by the Create Replacement Cart action.

Key behaviours:

  • The action searches for a cart linked to the project by ProjectId
  • If a cart is found, it is immediately converted to an order
  • If no cart is found, the action returns an error

Identifier

PropertyValue
KeyCreateReplacementOrderFromCart
GroupProject Actions

Configuration

No properties are required. The action finds the linked cart automatically.

{
  "name": "CreateReplacementOrderFromCart",
  "active": true
}

All Available Options

PropertyRequiredTypeDescription
nameYesstringMust be CreateReplacementOrderFromCart
StopOnErrorNobooleanCancel the workflow if placing the order fails
TranslateKeyNostringTranslation key shown in the UI action log

Requirements


Error Handling

ConditionResultContinues Workflow?
Cart found and order placedSuccessYes
No replacement cart foundErrorYes

On this page