Skip to Content
OrdersActivities

Order Activities

Every order maintains a complete activity timeline. This provides an audit trail of everything that’s happened to the order.

Activity Types

TypeDescription
status_changeOrder status was updated
tag_addedA tag was added
tag_removedA tag was removed
note_addedAn internal note was added
shipment_createdA shipment was created for this order
fulfillment_pushedFulfillment was pushed to the source platform
syncOrder data was synced from the source
manual_editA field was manually edited
operation_appliedAn operation action was applied
agent_actionThe AI agent performed an action

Viewing Activities

In the Portal

The order detail page includes an Activity tab showing the timeline in reverse chronological order. Each activity shows:

  • What changed
  • Who made the change (user, system, or agent)
  • When it happened

Via the API

GET /api/orders/:id/activities

Returns a paginated list of activities for the order.

Activity Data

Each activity record includes:

FieldDescription
typeThe activity type (see above)
descriptionHuman-readable description
actorWho performed the action (user ID, “system”, or “agent”)
changesBefore/after values for changed fields
metadataAdditional context data
createdAtTimestamp