ENUM

CatalogItemDepreciationStatus

link GraphQL Schema definition

  • enum CatalogItemDepreciationStatus {
  • # The item is explicitly deprecated
  • DEPRECATED
  • # The item is not deprecated but a newer revision is available
  • NEWER_REVISION_AVAILABLE
  • # The item is up to date and not deprecated
  • UP_TO_DATE
  • }