GraphQL inventoryTransferCreate access scope can't be granted

Hello!

I have been playing around with the new API to manage inventory transfers since it has been released in Beta at the beginning of the year.
I’m referring particularly to this mutation call inventoryTransferCreate - GraphQL Admin

At the very early stage I was able to use this API call (I have transfers created through this in my Shopify instance) but at some point a new access scope has been created : write_inventory_transfers
Since then I’m not able to make it works again…

I was hoping that this week’s Shopify production release would have fixed this but this scope is still not present in the official list Shopify API access scopes

So I can’t grant my app access and I’m stuck.
Any idea when this will be released? or any workaround to enable this privilege to my app?

Thanks everyone for your help!

1 Like

Hey @AlanBilli,

We may need to update our docs to include that scope. I just tested here an the read_inventory_transfers scope is available to be selected in the admin for admin created apps and I was able to add it to my app toml file with no issues.

If you’re getting errors though, let me know how you’re adding the scopes so I can try and replicate.

Hello @KyleG-Shopify

thanks for your answer.
You’re referring to the read scope while I was referring to the write one.
Is this one available too?

Yes, write works too.