Hello, I noted that the payload of the product_listings/remove only contains the product id which is weird, is there a way to get the full product payload?
Hi @Antonio_Chiuchiolo, this is a common pattern you will see with Shopify webhooks for
remove
and delete
topics. The expectation is the resource has been deleted and no longer exists, so there is no longer any resource state to be included in the webhook. The webhook serves simply as a notification to the consumer that the resource with the given ID has been deleted.