Skip to main content
mutation

Requires write_inventory access scope. Also: The user must have permission to update inventory.

Deletes inventory bins.


Note

This mutation is available only in the unstable API version and to development stores that have enabled the Physical inventory feature preview.


•[ID!]!
required

The IDs of the inventory bins to delete.


Was this section helpful?

Anchor to InventoryBinDeletePayload returnsInventoryBinDeletePayload returns

•[ID!]

The IDs of the inventory bins that were deleted.

•[InventoryBinDeleteUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?