> ## 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 - Stock Items

> View and manage specific stock items assigned to 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] > Stock Items">
  <img src="https://mintcdn.com/twicecommerce/Ab7tx7ih94KQsi0k/images/order-stock-items-tab.webp?fit=max&auto=format&n=Ab7tx7ih94KQsi0k&q=85&s=f315b5fac826ffe299c9c49f9c2c83a8" alt="Order stock items tab showing assigned inventory" width="1920" height="1080" data-path="images/order-stock-items-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]/stock-items
</Card>

## Primary Purpose

The Stock Items tab shows which specific inventory items have been assigned to fulfill this order.

<AccordionGroup>
  <Accordion title="View Assigned Items">
    See which <Tooltip tip="Individual trackable units of inventory" href="/docs/concepts/inventory/stock-items" cta="Learn more">stock items</Tooltip> are allocated to each listing in the order.
  </Accordion>

  <Accordion title="Manage Item Assignment">
    Assign specific items from inventory, swap items, or use fallback suggestions when needed.
  </Accordion>

  <Accordion title="Track Item Status">
    Monitor whether assigned items are ready, need preparation, or require maintenance before fulfillment.
  </Accordion>

  <Accordion title="Handle Returns">
    Process item returns, check condition, and update inventory status after return inspection.
  </Accordion>
</AccordionGroup>

## Related Concepts

Here are a few key concepts of TWICE Commerce that relate to Order Stock Items.

<AccordionGroup>
  <Accordion title="Serialized Fulfillment">
    Each order is fulfilled with specific tracked items, enabling precise accountability and lifecycle tracking.
  </Accordion>

  <Accordion title="Auto-Assignment">
    TWICE can automatically assign optimal items based on availability, location, and fulfillment rules.
  </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 Assigned Items | ✓     | ✓       | ✓      |
    | Item Details        | ✓     | ✓       | ✓      |
    | Assignment Control  | ✓     | ✓       | ✗      |
  </Tab>

  <Tab title="Permissions" icon="key">
    | Resource              | Admin  | Manager | Member |
    | --------------------- | ------ | ------- | ------ |
    | View Stock Assignment | Manage | Manage  | View   |
    | Assign Items          | Manage | Edit    | View   |
    | Process Returns       | Manage | Edit    | View   |
  </Tab>
</Tabs>
