fulfillmentCancel access denied even if I use "2020-01" version of Graphql API

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,

1 Like

I have a same problem. I want to solve it too.

Hey @Anonymous_8d94bb27263456f9d05eeed36dd7c22e and @masahiro ,

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”

1 Like

@hassain

Thank you for your reply. It is solved.