UNPKG

@hotwax/oms-api

Version:

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

17 lines (16 loc) 373 B
declare const userProfileTransformRule: { item: { userId: string; username: string; userFullName: string; emailAddress: string; partyId: string; timeZone: string; facilities: string; }; operate: { run: (facilities: any) => any; on: string; }[]; }; export { userProfileTransformRule };