A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hello,
The merchant requested that when a product is archived that it should also be removed from the available sales channels.. this mutation publishableUnpublish is supposed to remove a product from the specified sales channel, while publishablePublish will add it.
The problem is, if the product is already removed from a specific sales channel calling publishableUnpublish for that channel will ADD the product to the channel.
Starting scenario.
after calling publishableUnpublish for all channels.
This is not the expected behaviour and not as documented .
@SBD_ I noticed you answered a different question with regards to this mutation. Do you have any additional insights?
Cheers,
Gary