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

# SKUs - Stock Items

> View and manage all stock items grouped under this SKU

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="Inventory > SKUs > Stock Items">
  <img src="https://mintcdn.com/twicecommerce/lZhc_tO8u1u_bL0Q/images/sku-stock-items.webp?fit=max&auto=format&n=lZhc_tO8u1u_bL0Q&q=85&s=38ad4c4789dd505361bab13a2ba1af1c" alt="SKU Stock Items tab showing all linked stock items" width="1920" height="1080" data-path="images/sku-stock-items.webp" />
</Frame>

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

<Info>
  **New to SKUs?** Understand how Stock Items differ from SKUs - [Stock Item vs SKU](/docs/inventory/stock-item-vs-sku).
</Info>

## Primary Purpose

The Stock Items tab displays all <Tooltip tip="Individual trackable inventory units" href="/docs/concepts/inventory/stock-items" cta="Learn more">stock items</Tooltip> currently grouped under this <Tooltip tip="Groups similar stock items under shared definitions" href="/docs/concepts/inventory/skus" cta="Learn more">SKU</Tooltip>, allowing you to view, filter, and manage the stock items that inherit this SKU's properties.

<AccordionGroup>
  <Accordion title="View All Linked Stock Items">
    See a complete list of all stock items associated with this SKU, including their current status, location, and availability.
  </Accordion>

  <Accordion title="Filter and Search Items">
    Use filtering and search capabilities to find specific stock items by name, status, location, or custom attributes.
  </Accordion>

  <Accordion title="Access Individual Item Records">
    Click on any stock item to open its detailed record for individual management, including events, fulfillment settings, and activity logs.
  </Accordion>

  <Accordion title="Monitor Item Status">
    Quickly assess the status distribution across all linked items—see how many are available, reserved, in maintenance, or in other states.
  </Accordion>
</AccordionGroup>

## Related Concepts

Here are a few key concepts of TWICE Commerce that relate to SKU stock items.

<AccordionGroup>
  <Accordion title="SKU as Grouping Mechanism">
    A <Tooltip tip="Groups similar stock items under shared definitions" href="/docs/concepts/inventory/skus" cta="Learn more">SKU</Tooltip> acts as a grouping mechanism—all stock items linked to the same SKU share common attributes, categories, and settings while maintaining their individual identity and lifecycle.

    Read more: [SKU Concept](/docs/concepts/inventory/skus)
  </Accordion>

  <Accordion title="Attribute Inheritance">
    Stock items automatically inherit attributes defined at the SKU level. This means updating an attribute on the SKU will affect all linked stock items, ensuring consistency across your inventory.

    Read more: [Attributes](/docs/concepts/admin/attributes)
  </Accordion>

  <Accordion title="Individual Stock Item Tracking">
    While stock items inherit SKU properties, each maintains its own unique tracking data including usage history, events, condition updates, and lifecycle status.

    Read more: [Stock Items](/docs/concepts/inventory/stock-items)
  </Accordion>

  <Accordion title="Linking and Unlinking Items">
    You can link new stock items to a SKU or unlink existing ones. When unlinked, the stock item loses inherited attributes but retains its individual history and data.

    Read more: Managing SKU Relationships
  </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 |
    | --------------------- | ----- | ------- | ------ |
    | View Stock Items List | ✓     | ✓       | ✓      |
    | Access Item Details   | ✓     | ✓       | ✓      |
    | Link New Items        | ✓     | ✓       | ✗      |
    | Unlink Items          | ✓     | ✓       | ✗      |
  </Tab>

  <Tab title="Permissions" icon="key">
    | Resource          | Admin  | Manager | Member |
    | ----------------- | ------ | ------- | ------ |
    | Stock Items View  | Manage | Edit    | View   |
    | Link/Unlink Items | Manage | Edit    | -      |
    | Individual Items  | Manage | Edit    | View   |
  </Tab>
</Tabs>
