Skip to content

InventoryStatus

Type: schema

TypeScript Definition

typescript
InventoryStatus: "fulfilled" | "partially-fulfilled" | "not-fulfilled"

OpenAPI Schema

json
{
  "enum": [
    "fulfilled",
    "partially-fulfilled",
    "not-fulfilled"
  ]
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: