UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

8 lines (7 loc) 174 B
export interface ShipMethod<TShipMethodXp = any> { ID?: string; Name?: string; Cost?: number; EstimatedTransitDays?: number; xp?: TShipMethodXp; }