Get orders, optionally narrowed to one employee or one reference
Return the list of orders for your company, most recent first. Pass employeeId to read the orders placed for one person instead of paging through the company: stock orders, which carry no employee, are then left out. Pass reference to read the one order carrying that reference, stock orders included. Resolve a name to an id with getEmployees first — never enumerate the company to find one order.
Authorizations
Use your Primo API key in the Authorization header as Bearer <API_KEY>.
Query Parameters
Page number
1 <= x <= 9007199254740991Number of items per page (max 100)
1 <= x <= 100Return only the orders placed for this employee. Stock orders carry no employee and are excluded.
^[a-f\d]{24}$Return only the order carrying this reference (e.g. "HI4VBO"), whoever it was placed for.
1