A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi,
I want to call FulfillmentCancel mutation, but even if I use "2020-01" version, I got an error as follows:
"FulfillmentCancel access denied: {:id=>"gid://shopify/Fulfillment/1868369264720"}"
I set write_fulfillments scope. Also I can call "fulfillmentCreate". But I can not call "fulfillmentCancel".
Could you give some advise to solve the issue?
Regards,
Solved! Go to the solution
This is an accepted solution.
To use the fulfilmentCancel mutation you need to have the new access scopes of "read_merchant_managed_fulfillment_orders" and "write_merchant_managed_fulfillment_orders"
To learn more visit the Shopify Help Center or the Community Blog.
I have a same problem. I want to solve it too.
This is an accepted solution.
To use the fulfilmentCancel mutation you need to have the new access scopes of "read_merchant_managed_fulfillment_orders" and "write_merchant_managed_fulfillment_orders"
To learn more visit the Shopify Help Center or the Community Blog.