UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

9 lines (8 loc) 263 B
/** @description Reasons for cancellation */ export declare enum CancellationReason { Other = "other", NotReady = "not_ready", CostTooHigh = "cost_too_high", ServiceTooSlow = "service_too_slow", CarrierFailedPickup = "carrier_failed_pickup" }