UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

8 lines (7 loc) 169 B
/** And item that is part of a shipment */ export interface ShipmentItem { /** Sku of the item */ sku?: string; /** Quantity of the item */ quantity?: number; }