批量调整库存-stockBulkAdjustQuantityAtLocation mutation

在一个位置为多个库存项目调整库存。

所需的访问

write_inventory 访问范围。


在本页面


互动范例

这是一个示例变异查询。

突变ventoryBulkAdjustQuantityAtLocation $ inventoryItemAdjustments [[ InventoryAdjustItemInput !] ! , $ locationId ID !){ ventryBulkAdjustQuantityAtLocation ventoryItemAdjustments $ inventoryItemAdjustments locationId $ locationId {
  1. <font style="color:#1F61A0;">库存水平</font><font style="color:#555555;">{</font>
  2. <font style="color:#1F61A0;">ID</font>
  3. <font style="color:#555555;">}</font>
  4. <font style="color:#1F61A0;">userErrors </font><font style="color:#555555;">{</font>
  5. <font style="color:#1F61A0;">场地</font>
  6. <font style="color:#1F61A0;">信息</font>
  7. <font style="color:#555555;">}</font>
} } { “ inventoryItemAdjustments” [
  1. <font style="color:#555555;">{</font>
  2. <font style="color:#8B2BB9;">“ inventoryItemId” </font><font style="color:#555555;"></font><font style="color:#D64292;">“ Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE =” </font><font style="color:#555555;"></font>
  3. <font style="color:#8B2BB9;">“ availableDelta” </font><font style="color:#555555;"></font><font style="color:#2882F9;">1</font>
  4. <font style="color:#555555;">}</font>
], “ locationId” “ Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE =” }


参数

参数 描述
inventoryItemAdjustments
() [[InventoryAdjustItemInput!]!](https://shopify.dev/docs/admin-api/graphql/reference/inventory/inventoryadjustiteminput)

必需的
指定项目的调整。
locationId
() [ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)

必需的
指定应在何处调整项目。


InventoryAdjustItemInput字段

  • availableDelta([Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)必需的
    计数以调整可用数量。
  • 库存商品编号([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)必需的
    要调整的库存商品的ID。


返回字段

  • 库存水平([[InventoryLevel!]](https://shopify.dev/docs/admin-api/graphql/reference/inventory/inventorylevel)
    更新的库存数量。
  • userErrors([[UserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/usererror)
    执行突变时发生的错误列表。