InventoryAction
Type: schema
TypeScript Definition
typescript
InventoryAction: "create-shipment" | "refund-shortfall" | "wait-for-inventory" | "reject-order"OpenAPI Schema
json
{
"enum": [
"create-shipment",
"refund-shortfall",
"wait-for-inventory",
"reject-order"
],
"title": "InventoryAction"
}Auto-generated from OpenAPI spec and TypeScript definitions