UNPKG

@shipengine/connect

Version:

The official developer tooling for building ShipEngine connect apps

11 lines (9 loc) 296 B
/** Get rates for a batch of shipments * @param context Context for this request * @param shipments Shipments for which to get rates * @returns List of charges that apply to this shipment */ const rateShipments = async (context, shipments) => { return []; }; export default rateShipments;