UNPKG

@hotwax/oms-api

Version:

The OMS API package comes with prebuilt methods that helps communicate with HotWax Commerce OMS using Rest API

7 lines (6 loc) 125 B
export interface Uom { uomId: string; uomTypeEnumId?: string; abbreviation?: string; description?: string; }