Right now we have the following scenario: As great as it might look it doesn't suffice the requirements that some customers (stores) will have, why? Let's say that some store need to ap...
No content to show

User Activity

This is super useful and should be marked as the answer.You can create a for with cart.items, then you iterate that for with some identifier like item within the items array.Then you create a for with item.properties, and you can iterate with some id...
Please include the new tracking number in your resulting array, not only the Fulfillment global ID, and also please show the result when using the fulfillmenttrackinginfoupdatev2 mutation and omit the name parameter, as it makes no sense because ther...
If you use this:https://shopify.dev/docs/api/admin-graphql/unstable/mutations/fulfillmenttrackinginfoupdatev2 Maybe you won't be generating an email notification to the customer (regarding shipping), also, when using this you must pass the notifyCust...
Another possibility is to try to do what I did with what I have using the REST API.You want to take a look or setting aside GraphQL is not an option?
So, the end user ended up receiving a message when you didn't passed the notifyCustomer with any value?And if so, what did the end user received?
That's what I mean, omit the notifyCustomer and send everything else.Because maybe what you are doing right there is telling the platform:"Hey, I know that you send a notification whenever you update a tracking number, but don't send anything, OK?".
Then try to not include notifyCustomer, because it's not a mandatory parameter and it can be ignored whenever the tracking info array that includes the new number is sent.Check it on you GraphQL endpoint and tell me how it went.
Also, take a look on the fact that the message delivered to the end user, the customer for tracking number, is only triggered when the tracking number changes, so my recommendation would be to put 2 different scenarios as it follows, just try them an...
Have you seen if the boolean is actually boolean?Sometimes we pass strings to it and it just don't work.In the variables for the query make sure you only put the true or false strings without quotes.This has been a problem for me before when invoking...
Never noticed before the notify_customer parameter for the REST API consumption.But thanks to you, this has been achieved!Have a great week ahead.
I've been able to partially fulfill an order with precision. But now it seems that the platform doesn't care about it, and don't automatically send a "shipping update" to the end user that is owner of the "order" that was placed and that now is parti...
The problem was related to the variables used in step 2 B: Instead of{"fulfillmentOrderSplits":{ "fulfillmentOrderId":"gid://shopify/FulfillmentOrder/{related_fulfillmentOrder_id}", "fulfillmentOrderLineItems":{ "id":"gid://shopify/LineItem/{r...
Good day, thanks for passing by. The initial setup was to pass an order id and mark it as fulfilled, it worked, but then I was asked to create different fulfillments in case some items were delivered later, so leaving the chance to mark them as parti...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.