UNPKG

@hotwax/oms-api

Version:

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

14 lines (13 loc) 324 B
export interface Enumeration { enumId?: string; enumTypeId?: string; parentEnumId?: string; enumCode?: string; sequenceNum?: number; description?: string; optionValue?: string; optionIndicator?: string; relatedEnumId?: string; relatedEnumTypeId?: string; statusFlowId?: string; }