> ## 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.

# Orders Overview

> Manage all order types including sales, rentals, buybacks, and service orders in one unified view

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 > Overview">
  <img src="https://mintcdn.com/twicecommerce/Ab7tx7ih94KQsi0k/images/orders-overview.webp?fit=max&auto=format&n=Ab7tx7ih94KQsi0k&q=85&s=6f206eb724a02d819e1171bb92f2c94c" alt="Orders overview table showing all order types" width="1920" height="1080" data-path="images/orders-overview.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
</Card>

## Primary Purpose

The Orders view provides a unified interface for managing all types of orders across your business, from sales and rentals to buybacks and services.

<AccordionGroup>
  <Accordion title="View All Orders">
    Browse and manage all <Tooltip tip="Customer transactions including sales, rentals, buybacks, and service orders" href="/docs/concepts/orders/order-lifecycle" cta="Learn more">orders</Tooltip> in one place, regardless of type or channel.

    Read more: [Order Lifecycle](/docs/concepts/orders/order-lifecycle)
  </Accordion>

  <Accordion title="Filter by purchase type">
    The **Purchase Types** column shows which types of line items each order contains — Booking, Subscription, Sale, or Buyback — displayed as chips. Filter the column to find all orders that include a specific purchase type.

    Read more: [Order Types](/docs/concepts/orders/order-types)
  </Accordion>

  <Accordion title="Create Manual Orders">
    Create orders directly in the admin for in-person sales, phone orders, or special cases.
  </Accordion>

  <Accordion title="Manage Fulfillment">
    Track and manage order fulfillment, including item preparation, pickup, delivery, and returns.
  </Accordion>

  <Accordion title="Process Payments">
    Handle payment processing, refunds, and manage checkout links for customers.
  </Accordion>
</AccordionGroup>

## Table Columns

The Orders table includes the following columns. All columns support [standard table features](/docs/admin/tables) such as column visibility, pinning, and reordering.

| Column            | Filter  | Sort | Description                                                                                                                                                         |
| ----------------- | ------- | ---- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Order ID          | Text    | Yes  | The order number                                                                                                                                                    |
| Created           | Date    | Yes  | When the order was created                                                                                                                                          |
| Start date        | Date    | Yes  | Booking or rental start date                                                                                                                                        |
| End date          | Date    | Yes  | Booking or rental end date                                                                                                                                          |
| Customer          | Text    | Yes  | Customer name                                                                                                                                                       |
| State             | Select  | Yes  | Order state: Open, In progress, or Closed                                                                                                                           |
| Fulfillment state | Select  | Yes  | Fulfillment state: Unfulfilled, Ready, Partially fulfilled, or Fulfilled                                                                                            |
| Purchase types    | Select  | No   | Purchase types on the order: Booking, Sale, Subscription, or Buyback                                                                                                |
| Tags              | Select  | Yes  | Tags assigned to the order                                                                                                                                          |
| Payment           | Select  | Yes  | Payment status: Paid or Unpaid                                                                                                                                      |
| Price             | Numeric | Yes  | Order total in the selected currency                                                                                                                                |
| Listings          | Select  | No   | Distinct listing names from the order's catalog-backed line items, displayed as a comma-separated list. Filter by selecting one or more listings from the dropdown. |
| Line items        | Numeric | Yes  | Total number of line items on the order                                                                                                                             |
| Total Customers   | Numeric | Yes  | Number of customers on the order                                                                                                                                    |
| Sales Channel     | Select  | Yes  | Channel the order was placed through. The filter offers Admin and API; online orders cannot be filtered by channel.                                                 |
| Location          | Select  | No   | Service location associated with the order                                                                                                                          |
| Has conflicts     | Select  | Yes  | Whether the order has stock item conflicts                                                                                                                          |

Orders with [custom attributes](/docs/orders/order-tabs/attributes) display additional columns — one per attribute — with filter and sort support matching the attribute type (text, number, date, or select).

## Related Concepts

Here are a few key concepts of TWICE Commerce that relate to order management.

<AccordionGroup>
  <Accordion title="Order Types">
    TWICE supports multiple <Tooltip tip="Sales, rentals, buybacks, and service orders all managed in one system" href="/docs/concepts/orders/order-types" cta="Learn more">order types</Tooltip> including sales, rentals, resales, buybacks, and service orders.

    Read more: [Order Types](/docs/concepts/orders/order-types)
  </Accordion>

  <Accordion title="Order Lifecycle">
    Orders move through various stages from creation to fulfillment, with automated <Tooltip tip="Track income and expenses tied to specific inventory items" href="/docs/inventory/stock-items/income-and-expenses" cta="Learn more">income tracking</Tooltip> per inventory record.

    Read more: [Order Lifecycle](/docs/concepts/orders/order-lifecycle)
  </Accordion>

  <Accordion title="Group Orders">
    Manage collective bookings while maintaining clear fulfillment responsibilities for each participant.
  </Accordion>

  <Accordion title="Table Features">
    The orders table supports all standard <Tooltip tip="Search, filter, sort, group, custom views, and exports for managing your data" href="/docs/admin/tables" cta="Learn more">table features</Tooltip> for efficient order management.

    Read more: [Data Tables](/docs/admin/tables)
  </Accordion>
</AccordionGroup>

## Visibility and Permissions

Access to this view is controlled by your <Tooltip tip={userRoleDefinition}>user role</Tooltip>. Your user role determines both
<Tooltip tip={visibilityDefinition}>visibility</Tooltip> and
<Tooltip tip={permissionsDefinition}>permissions</Tooltip> for
<Tooltip tip={manageAccessDefinition}>manage</Tooltip>,
<Tooltip tip={editAccessDefinition}>edit</Tooltip>, and
<Tooltip tip={viewAccessDefinition}>view</Tooltip> access levels.

<Tabs>
  <Tab title="Visibility" icon="eye">
    | Feature            | Admin | Manager | Member |
    | ------------------ | ----- | ------- | ------ |
    | Orders Table       | ✓     | ✓       | ✓      |
    | Create Orders      | ✓     | ✓       | ✗      |
    | Payment Processing | ✓     | ✓       | ✗      |
    | Fulfillment        | ✓     | ✓       | ✓      |
  </Tab>

  <Tab title="Permissions" icon="key">
    | Resource           | Admin  | Manager | Member |
    | ------------------ | ------ | ------- | ------ |
    | Orders             | Manage | Edit    | View   |
    | Payments           | Manage | Edit    | View   |
    | Fulfillment Status | Manage | Edit    | Edit   |
    | Customer Data      | Manage | Edit    | View   |
  </Tab>
</Tabs>
