No content to show
User Activity
08-29-2022
Solution:  no need to run inventoryBulkAdjustQuantityAtLocation as a bulkOperationRunMutation... Hopefully this is useful to somebody 
Hi @ilyalit, I run into the same problem... can you explain how fixed that?
08-26-2022
Hi, we need to bulk update our inventory quantity... we do that with the following graphQL mutation: mutation {
bulkOperationRunMutation(
mutation: "mutation call($inventoryItemAdjustments: [InventoryAdjustItemInput!]!, $locationId: ...
Hi  I'm trying to run a bulkOperationRunQuery mutation... in the Shopify GraphQL Explorer everything works great but when I try to run the same function in Postman or Firebase functions it doesn't work.Here is the exact same mutation I that I run i...