UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

6 lines (5 loc) 194 B
/** @description Packing slip details for a fulfillment brand */ export interface PackingSlip { /** @description The url from which the packing slip can be downloaded */ url?: string; }