Advertisement
mensoda

inventoryBulkAdjustQuantityAtLocat 2. updateToTracked

May 11th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. mutation {
  2.   inventoryItemUpdate(id:$inventoryItemId, input: {tracked: true})
  3.   {
  4.     inventoryItem{
  5.       id
  6.       tracked
  7.     }
  8.   }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement