UNPKG

@hotwax/oms-api

Version:

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

11 lines (10 loc) 235 B
export interface Geo { geoId?: string; geoTypeEnumId?: string; geoName?: string; geoNameLocal?: string; geoCodeAlpha2?: string; geoCodeAlpha3?: string; geoCodeNumeric?: string; wellKnownText?: string; }