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) 376 B
export interface User { userId: string; username: string; userFullName: string; locale?: string; timeZone?: string; externalUserId?: string; emailAddress?: string; partyId?: string; facilities?: Array<{ facilityId?: string; facilityName?: string; roleTypeId?: string; roleTypeDescription?: string; }>; }