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) 128 B
export interface Status { statusId: string; statusTypeId?: string; statusCode?: string; description?: string; }