Skip to main content
Anchor to InventoryBulkToggleActivationUserError

InventoryBulkToggleActivationUserError

object

Requires read_inventory access scope.

An error that occurred while setting the activation status of an inventory item.

•InventoryBulkToggleActivationUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!non-null

The error message.


Was this section helpful?

•mutation

Modify the activation status of an inventory item at locations. Activating an inventory item at a particular location allows that location to stock that inventory item. Deactivating an inventory item at a location removes the inventory item's quantities and turns off the inventory item from that location.

Arguments

•ID!required

The ID of the inventory item to modify the activation status locations for.

Anchor to inventoryItemUpdatesinventoryItemUpdates
•[InventoryBulkToggleActivationInput!]!required

A list of pairs of locations and activate status to update for the specified inventory item.


Fields

•InventoryItem

The inventory item that was updated.

•[InventoryLevel!]

The activated inventory levels.

•[InventoryBulkToggleActivationUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?