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) 366 B
declare function hasError(response: any): boolean; declare function isError(response: any): boolean; declare function getIdentification(identifications: any, id: string): string; declare function getTelecomCountryCode(code: string): any; declare function jsonParse(value: any): any; export { getTelecomCountryCode, getIdentification, hasError, isError, jsonParse };