IN VALIDATIONSHIPPING OPERATIONS

Fencair Shipment Tracking

Tracking-driven order workflow automation for OpenCart. Current validation is based on real Canada Post event handling, with the standalone package being separated from private-store assumptions.

TRACKING FLOW
01Carrier event received
02Status normalized
03Order rule applied
04Outcome logged
CURRENT VALIDATION SCOPE

Tracking logic made explicit.

The existing production workflow already distinguishes carrier states and OpenCart order actions. The standalone release must package that behavior cleanly and document every transition.

Carrier-state normalization

Map raw tracking responses into stable internal states before OpenCart logic runs.

Order status mapping

Keep delivered, in-transit, ready-for-pickup and log-only behavior explicit and configurable.

Scheduled execution

Validate cron and manual execution paths without duplicate or unsafe updates.

Operational logging

Record enough context to understand carrier responses, mappings and order actions.

DOCUMENTATION PLAN

Every status transition should be understandable.

Status model

Raw carrier status, normalized state, order action and notification behavior.

Scheduler

Cron setup, manual execution, processing limits and duplicate protection.

Diagnostics

Logs, API response handling, mapping issues and safe troubleshooting steps.