UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

6 lines (5 loc) 223 B
/** @description Denotes the action that should be taken when a shipment is not deliverable */ export declare enum CustomsNonDelivery { ReturnToSender = "return_to_sender", TreatAsAbandoned = "treat_as_abandoned" }