--- title: Update Access Scope for Publishing and Unpublishing Mutations to Current Channel - 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/update-access-scope-for-publishing-and-unpublishing-mutations-to-current-channel md: https://shopify.dev/changelog/update-access-scope-for-publishing-and-unpublishing-mutations-to-current-channel.md --- [Back to Developer changelog](https://shopify.dev/changelog) April 1, 2023 Tags: * API * 2023-04 # Update Access Scope for Publishing and Unpublishing Mutations to Current Channel As of version **2023-04**, we're deprecating the requirement of `writeproductslistings` access scope for the mutations `publishableUnpublishToCurrentChannel` and `publishablePublishToCurrentChannel`. Use the access scope `writepublications` instead. You can provide this new access scope to your third party app or any stuff member through the admin as it is regularly being done for any other access scope. This change will provide a more restricted access to call these mutations.