ChangeOrderDeliveryAddress
Changed on:
8 Aug 2025
Overview
The rule changes the order delivery address and creates a comment for the order.| Plugin Name | Order Reference Module |
|---|---|
| Namespace | [[account.id]].order |
UI Description
Change the order delivery address and create a comment for the order with the following template:"Customer Address changed from <%s> to <%s>"
Accepts
- ORDER
Actions
- This rule triggers UpdateCustomerAddressMutation, which updates the order's delivery address, and CreateCommentMutation if changeReason exists.
Rule parameters
Event attributes
| Parameter | Description | Data Type | Required? |
| deliveryAddress | New delivery address of the order | ADDRESS | Required |
| changeReason | Reason for changing the delivery address | String | No |
Exceptions
`deliveryAddress` is missing or cannot retrieve the order's delivery address.Configuration example
1{
2 "name":"<ACCOUNTID>.order.ChangeOrderDeliveryAddress",
3 "props":{}
4}