App reviews, troubleshooting, and recommendations
I created webHook through Rest API like so
const client = new Shopify.Clients.Rest(shop, accessToken)
client.post({
path: "webhooks",
data: {
webhook: {
topic: "products/delete",
address: "my_address",
format: "json",
},
},
type: DataType.JSON,
});
The Webhook is being created without any issues
However when I delete the product, I only get product id
I am also using storefrontAPI which uses global ids.
Problem: I am more interested in global id of deleted product, is there any way I can configure my Webhook to return global id of the product instead of product id
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025