--- title: 'New: Unlisted Product Status - Shopify developer changelog' description: >- Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: 'https://shopify.dev/changelog/new-unlisted-product-status' md: 'https://shopify.dev/changelog/new-unlisted-product-status.md' metadata: effectiveApiVersion: null affectedApi: - displayName: Admin GraphQL API handle: admin-graphql - displayName: Admin REST API handle: admin-rest - displayName: Webhook handle: webhook - displayName: Liquid handle: liquid - displayName: Storefront GraphQL API handle: storefront-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2025-09-17T18:45:31-04:00' postedAt: '2025-10-21T12:15:00-04:00' updatedAt: '2025-11-12T16:24:03-05:00' effectiveAt: '2025-09-30T12:00:00-04:00' --- October 21, 2025 Tags: * Admin GraphQL API * Admin REST API * Webhook * Liquid * Storefront GraphQL API # New: Unlisted Product Status `UNLISTED` is available as a new product status value in the 2025-10 GraphQL Admin API and REST Admin APIs, as well as in the Webhooks API. The `Unlisted` status hides products from store search and recommendations (including collections), all sales channels, internet searches and [Shopify Catalog](https://help.shopify.com/en/manual/promoting-marketing/seo/shopify-catalog), while still allowing access via a direct URL. It will be returned in Storefront API and Liquid only when referenced individually by handle, id, or metafield reference. **Note**: Previous versions of the Admin APIs will return product status for unlisted products as `ACTIVE`. Learn more about this update in our [developer documentation](https://shopify.dev/docs/api/admin-graphql/2025-10/enums/ProductStatus#enums-UNLISTED).