Hi there,
We used to have new products automatically published by setting the ProductInput.published = true with the productCreate mutation. But now we use the productSet mutation to create a product and its variants together. It looks like we have to use the publishablePublish mutation to publish the new products to the sales channels. So the write_publications and read_publications access scopes have to be added to my app. My question is, to add the new scopes, is app re-review required?
Thank you