UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

7 lines (6 loc) 207 B
import { Identifier } from '../identifier'; /** @description Identifier object for shiments */ export interface ShipmentIdentifier { tracking_number?: string; alternate_identifiers?: Identifier[]; }