InventoryStatus
Type: schema
TypeScript Definition
typescriptInventoryStatus: "fulfilled" | "partially-fulfilled" | "not-fulfilled"
OpenAPI Schema
json{
"enum": [
"fulfilled",
"partially-fulfilled",
"not-fulfilled"
]
}
Auto-generated from OpenAPI spec and TypeScript definitions