UNPKG

@hotwax/oms-api

Version:

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

5 lines (4 loc) 224 B
declare function askQuery(payload: any): Promise<any>; declare function getGitBookPage(payload: any): Promise<any>; declare function searchQuery(payload: any): Promise<any>; export { askQuery, getGitBookPage, searchQuery };