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

# Listings

> Browse, search, and manage every sellable product offering in your catalog

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="Catalog > Listings">
  <img src="https://mintcdn.com/twicecommerce/Ab7tx7ih94KQsi0k/images/catalog-listings-table.webp?fit=max&auto=format&n=Ab7tx7ih94KQsi0k&q=85&s=f0766a6bd6a852c1d41c6eff1218288c" alt="Listings table showing all catalog listings" width="1920" height="1080" data-path="images/catalog-listings-table.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/catalog/listings" horizontal>
  catalog/listings
</Card>

## Primary Purpose

The Listings view is the table of every listing in your catalog — the customer-facing product offerings. From here you can browse, search, filter, create, and manage listings.

<AccordionGroup>
  <Accordion title="Create a listing">
    Start from scratch, duplicate an existing listing, or use a [listing template](/docs/settings/listing-templates).
  </Accordion>

  <Accordion title="Bulk actions">
    Select multiple listings to publish, archive, change collections, or update pricing in bulk.
  </Accordion>

  <Accordion title="Search & filter">
    Search across listing names, SKUs, and attributes. Filter by collection, status, sales channel, or any custom attribute.
  </Accordion>

  <Accordion title="Saved views">
    Save column layouts, filters, and sort orders as named views for quick switching between common workflows.
  </Accordion>
</AccordionGroup>

## Related Concepts

<AccordionGroup>
  <Accordion title="Listing vs SKU">
    A [Listing](/docs/concepts/catalog/listings) is the customer-facing product offering. A [SKU](/docs/concepts/inventory/skus) is the internal product definition. One SKU can power multiple listings (e.g. a rental version and a resale version of the same product).
  </Accordion>

  <Accordion title="Collections">
    Group listings using manual or smart [Collections](/docs/catalog/collections/overview) for storefront navigation and merchandising.
  </Accordion>

  <Accordion title="Pricing">
    Configure base pricing per listing, or apply shared pricing logic via [Price Tables](/docs/catalog/price-tables).
  </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 listings   |   ✓   |    ✓    |    ✓   |
    | Create listings |   ✓   |    ✓    |    ✗   |
    | Bulk actions    |   ✓   |    ✓    |    ✗   |
  </Tab>

  <Tab title="Permissions" icon="key">
    | Resource            | Admin  | Manager | Member |
    | ------------------- | ------ | ------- | ------ |
    | Listings management | Manage | Edit    | View   |
  </Tab>
</Tabs>
