Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabiensebban/c92b088572c653d8253b6e4f3d00b2d2 to your computer and use it in GitHub Desktop.
Save fabiensebban/c92b088572c653d8253b6e4f3d00b2d2 to your computer and use it in GitHub Desktop.
inventoryBulkAdjustQuantityAtLocation with variables
mutation ($inventoryItemAdjustments: [InventoryAdjustItemInput!]!, $locationId: ID!) {
inventoryBulkAdjustQuantityAtLocation(inventoryItemAdjustments: $inventoryItemAdjustments, locationId: $locationId) {
inventoryLevels {
id
available
}
userErrors {
field
message
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment