Skip to content

ShipmentAction

Type: schema

TypeScript Definition

typescript
ShipmentAction: "create-shipment" | "download-invoice" | "inventory-check" | "return-replace" | "update-manual" | "cancel"

OpenAPI Schema

json
{
  "enum": [
    "create-shipment",
    "download-invoice",
    "inventory-check",
    "return-replace",
    "update-manual",
    "cancel"
  ]
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: