No content to show
User Activity
03-14-2024
@LiamAny update on this? Is it possible now?
12-05-2023
I am using shopify remix template and I need to configure mandatory webhooks. The APP_UNINSTALLED webhook is working fine. But when I am writing mandatory one with URLhttps://example.com/webhooks/customers/data_requesthttps://example.com/webhooks/cu...
I have created metafiled on shop which is working fine. However am unable to pass the variables.in RunInput $selectedProducts supposed to send the values but it is not.query RunInput($selectedProductTags: [String!], $selectedCollectionIds: [ID!]) {
...