--- 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 --- [Back to Developer changelog](https://shopify.dev/changelog) 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).