Physical inventory not accessible

Regardless of using Shopify GraphiQL App or custom app with “write_inventory” access scope, I’m unable to run the mutation listed as an example on:

*“Access denied for inventoryBinUpsert field. Required access: write_inventory access scope. Also: The shop must have access to the physical inventory feature preview.”,"
*
Using the unstable API version as well - seams as if it’s not completely ready yet, or what am I missing?

Obviously I’m using the physical inventory feature preview dev store, with example test data.

Hey @livit - thanks for flagging this, looking into this on our end here.

Sounds good Alan
Looking forward to testing this new addition

Hey @livit - can you try testing this now on your two dev shops? You may need to create a new location before it will work, but we’ve enabled things on our end here for you. We’re also looking into why this wasn’t auto-enabled for you in case there’s a persistent issue on our side (and to prevent it from happening to other folks). Again, really appreciate you flagging.

Let me know if this works!

Hi Alan

That made a difference, but not completely there yet.
I’m able to create the bin now.

However, trying to add inventory to the bin, I get internal error in return (screenshot)

All tried via graphiql app.

I’ve put the variant in stock, in the location with the bins, before trying to but the inventory in these new bins.

Hey @livit - thanks for the screenshot. I tracked this down to an issue on our end with inventoryCountCreate in the preview, rather than anything in your shop setup. We have a fix on the way, but I’m waiting for it to finish rolling out. The example has also been updated to include the required @idempotent key. I’ll loop back as soon as I can confirm the API fix is live.