No content to show
User Activity
I am trying to create draft order through graphql. I am passing item title and price (as integer) in request body but still getting error messages saying "Title can't be blank" and "Price is not a number". Here is my mutation:mutation {
draftOrde...
06-05-2021
Hi, I am registering Shopify webhooks programmatically. But i am getting these webhooks after so much delay like 1 hour or sometimes even more. Is there any specific time which Shopify takes to trigger these. Any kind of help will be appreciated!
Thank you @swalkinshaw It works perfectly fine for me.
Thanks @swalkinshaw for the quick reply.As you mentioned different syntax i tried that but still getting error.First scenario, i added value and valueType in input like:input: {id: "gid://shopify/Product/<product_id>", metafields: [{
namesp...
05-06-2021
I am trying to create metafields for one of my stores through Shopify GraphiQL App and Postman both, following the same syntax from given documentation: https://shopify.dev/tutorials/manage-metafields-with-graphql-admin-api but getting error. Can any...