Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

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

Solved

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

みしん
Shopify Partner
8 0 3

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,

 

Accepted Solution (1)
hassain
Shopify Staff (Retired)
624 104 189

This is an accepted solution.

Hey @みしん  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"

 

To learn more visit the Shopify Help Center or the Community Blog.

View solution in original post

Replies 3 (3)

masahiro
Shopify Partner
9 0 2

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

hassain
Shopify Staff (Retired)
624 104 189

This is an accepted solution.

Hey @みしん  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"

 

To learn more visit the Shopify Help Center or the Community Blog.

masahiro
Shopify Partner
9 0 2

@hassain 

Thank you for your reply. It is solved.