> ## Documentation Index
> Fetch the complete documentation index at: https://www.twicecommerce.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Order - Activity Log

> Complete audit trail of all changes and actions on an order

export const viewAccessDefinition = "Read-only access without ability to make changes.";

export const editAccessDefinition = "Update and read data, but cannot create or delete.";

export const manageAccessDefinition = "Create, update, read, and delete data.";

export const permissionsDefinition = "The actions you are authorized to perform.";

export const visibilityDefinition = "Which features, sections, or data tables are visible to you.";

export const userRoleDefinition = "What a user can see and do. Each user has one built-in system role — Owner, Admin, Manager, or Member — and can also be assigned any number of custom roles you create with specific permissions. Effective access is the combination of all their roles.";

<Frame caption="Orders > [Order] > Activity Log">
  <img src="https://mintcdn.com/twicecommerce/JxIwwhJBSe50yPLx/images/order-activity-log-tab.webp?fit=max&auto=format&n=JxIwwhJBSe50yPLx&q=85&s=69f23e6748b0982b7dd0a3bc7093bc93" alt="Order activity log showing change history" width="1920" height="1080" data-path="images/order-activity-log-tab.webp" />
</Frame>

<Info>
  This view can look different dependent on your user role. <br />See [Visibility & Permissions](#visibility-and-permissions) for details.
</Info>

<Card title="Open in TWICE Admin" icon="external-link" href="https://admin.twicecommerce.com/orders" horizontal>
  orders/\[order-id]/activity-log
</Card>

## Primary Purpose

The Activity Log provides a complete, immutable audit trail of all actions performed on the order.

<AccordionGroup>
  <Accordion title="Track All Changes">
    See every modification to the order including status changes, item updates, and payment transactions.
  </Accordion>

  <Accordion title="Monitor User Actions">
    View which team members performed specific actions for accountability and training.
  </Accordion>

  <Accordion title="Review Order Timeline">
    Understand the complete order journey from placement through fulfillment and completion.
  </Accordion>

  <Accordion title="Audit for Compliance">
    Maintain required audit trails for regulatory compliance and dispute resolution.
  </Accordion>
</AccordionGroup>

## Related Concepts

Here are a few key concepts of TWICE Commerce that relate to Order Activity Log.

<AccordionGroup>
  <Accordion title="Immutable Records">
    Activity log entries cannot be modified or deleted, ensuring audit trail integrity.
  </Accordion>

  <Accordion title="Automated Logging">
    All system actions and user changes are automatically logged without manual tracking.
  </Accordion>
</AccordionGroup>

## Visibility and Permissions

Access to this view is controlled by your <Tooltip tip={userRoleDefinition}>user role</Tooltip>.

<Tabs>
  <Tab title="Visibility" icon="eye">
    | Feature           | Admin | Manager | Member |
    | ----------------- | ----- | ------- | ------ |
    | View Activity Log | ✓     | ✓       | ✓      |
    | Detailed Changes  | ✓     | ✓       | ✗      |
    | Export Audit Data | ✓     | ✗       | ✗      |
  </Tab>

  <Tab title="Permissions" icon="key">
    | Resource       | Admin  | Manager | Member |
    | -------------- | ------ | ------- | ------ |
    | View Audit Log | Manage | Manage  | View   |
    | Export Data    | Manage | View    | View   |
  </Tab>
</Tabs>
