No content to show
User Activity
02-18-2022
Hi,I was trying to configure my webhook end-point for product/update event using a POST request to the https://<store-end-point>/admin/api/2022-01/webhooks.json with the JSON body :{ "webhook": { "topic": "products/update", "address"...
Hi,I'm trying to get the metafield value specific to a product using REST API. I'm using https://<store-endpoint>/admin/api/2022-01/metafields.json and I'm not getting any metafield that I created on Product object.Can someone please help me in this.