ENUM

InventoryItemStatus

The physical status of an inventory item.

link GraphQL Schema definition

  • enum InventoryItemStatus {
  • # Failed.
  • FAILED
  • # Lost.
  • LOST
  • # Functional.
  • FUNCTIONAL
  • }