Address correction
Fix an undeliverable address before the courier finds it.
When fulfilment spots a bad shipping address, they can request a correction from the Shopify order screen using the Update address admin action.
The flow
- Staff trigger the request on the order.
- CODGuard sends the customer a WhatsApp message containing a single-use link.
- The customer opens a hosted form at
/ac/:tokenand submits the corrected address. - The corrected address syncs back to the Shopify order.
The request has a status lifecycle you can poll, and staff can see whether the customer has responded without leaving the order.
Notes
- The WhatsApp message uses template
order_address_update_2with the customer name, store name and order number as parameters. - These messages bill at your plan's address-update rate, like any other message.
- The token is single-use and expires. The customer never needs an account.
When to use it
Before dispatch, always — a corrected address costs one message. After dispatch it is worth attempting anyway; many couriers accept an address update while a parcel is in transit, and the message is far cheaper than the return leg.
