An access token is required to call this API. Refer to Authorization for more information about how to obtain the token.
Adjust activation status of inventory items at different locations.
  1. When an inventory item is activated at a specific location, it permits that location to store the item
  2. When an inventory item is deactivated at a specific location, the inventory quantities at that location are cleared, and the item is disabled.
Arguments
inventoryItemId ● ID!non-null
The inventory item ID needing activation status modification.
inventoryItemUpdates ● [InventoryBulkToggleActivationInput!]non-null
Use the input fields to indicate if the inventory item needs activation at the specified location, supporting a maximum of 100 updates.
More
Return
inventoryItem ● InventoryItem
The updated inventory item.
More
inventoryLevels ● [InventoryLevel]
The inventory levels that were activated.
More
userErrors ● [UserError!]!non-null
A list of the errors encountered during the mutation.
More
Status and error codes
For detailed information about common codes, see Status and error codes.
Was this article helpful to you?