No content to show
User Activity
Hi @Liam, mutation inventorySetOnHandQuantities($input: InventorySetOnHandQuantitiesInput!) { inventorySetOnHandQuantities(input: $input) { userErrors { field message } inventoryAdjustmentGroup { createdAt reason changes { name delta } } } } input: {...
I have been using the graphQl inventorySetOnHandQuantities mutation to update stock and recently some of my batches have been failing because individual items return the SET_ON_HAND_QUANTITIES_FAILED error: "{ field: null, me...