--- title: Change in productSet mutation error code for suspended product - 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/change-in-productset-mutation-error-code-for-suspended-product md: https://shopify.dev/changelog/change-in-productset-mutation-error-code-for-suspended-product.md --- [Back to Developer changelog](https://shopify.dev/changelog) April 17, 2025 Tags: * Action Required * Admin GraphQL API * 2025-07 # Change in `productSet` mutation error code for suspended product As of the `2025-07` version of the GraphQL Admin API, an attempt to update a suspended product using `productSet` mutation will now return [`PRODUCT_SUSPENDED`](https://shopify.dev/docs/api/admin-graphql/2025-07/enums/ProductSetUserErrorCode#enum-PRODUCT_SUSPENDED) error code instead of [`INVALID_PRODUCT`](https://shopify.dev/docs/api/admin-graphql/2025-07/enums/ProductSetUserErrorCode#enum-INVALID_PRODUCT). For more detailed information and examples, visit our [`productSet` documentation](https://shopify.dev/docs/api/admin-graphql/2025-07/mutations/productSet) on Shopify.dev.