UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

8 lines (7 loc) 274 B
import { ShippedShipment } from './shipped-shipment'; /** @description Details for a pickup shipment */ export interface PickupShipmentDetails { pickup_service_code?: string; /** @description List of shipments to be picked up */ shipments?: ShippedShipment[]; }