Create order in database
Promise<{id: string}> id of created order record
Get order from database
Optional
id: stringPromise<Order | null> Order data if fetched successfully, or null if data not found by id
Get order list from database
paginated order list query result
Get order list by orgId from database
paginated order list query result
Get order list by userId from database
paginated order list query result
Returns the total count of orders for each product in an organization. Pass the list of product ids to check and the organization to filter on.
Array of stats for each product with the order count
Update order in database
data to update
id
Private
dbPrivate
Readonly
orderStatic
Private
Readonly
COLLECTION_Generated using TypeDoc
Order default service