Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save roylee0704/6c4837155541982057d9fa0caf7b602e to your computer and use it in GitHub Desktop.
Save roylee0704/6c4837155541982057d9fa0caf7b602e to your computer and use it in GitHub Desktop.
mutation {
inventoryBulkAdjustQuantityAtLocation(
locationId: "gid://shopify/Location/1",
inventoryItemAdjustments: [
{inventoryItemId: "gid://shopify/InventoryItem/1", availableDelta: 1},
{inventoryItemId: "gid://shopify/InventoryItem/2", availableDelta: 10}
]) {
inventoryLevels {
available
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment