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

Solved
みしん
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)
Shopify Staff (Retired)
624 104 185

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
8 0 1

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

hassain
Shopify Staff (Retired)
Shopify Staff (Retired)
624 104 185

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
8 0 1

@hassain 

Thank you for your reply. It is solved.