Hi All,
I’m trying to understand how Shopify webhooks work in this scenario:
If a store deselects 1 sales channel for a product on the “Publishing: Manage sales channel” menu, do ALL sales channels for that store receive a webhook (such as ProductListings or ProductsUpdate) for that 1 product?
As an example, assume my store has 3 sales channel apps in addition to Online Store: SalesChannel_A, SalesChannel_B and SalesChannel_C. If I deselect SalesChannel_A for my product XYZ, will all 3 Shopify sales channel apps receive a webhook hit for ProductListingRemove and ProductUpdate OR just SalesChannel_A? I’m asking because currently when we deselect only SalesChannel_A (i.e. 1 sales channel only) for product XYZ, then product XYZ is removed from SalesChannel_B and SalesChannel_C in addition to from SalesChannel_A (i.e. product XYZ is removed from all 3 sales channels).
Any help would be very much appreciated. Thank you in advance!