Advertisement
mensoda

inventoryBulkAdjustQuantityAtLocat 1. get all inventoryItems

May 11th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   inventoryItems(first: 250) {
  3.     edges {
  4.       node {
  5.         id
  6.         sku
  7.         tracked
  8.       }
  9.       cursor
  10.     }
  11.     pageInfo {
  12.       hasNextPage
  13.       hasPreviousPage
  14.     }
  15.   }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement