get
https://api.macrofab.com/api/v4/orders
Returns a list of orders, filtered by the query parameters below.
Which orders are listed
- With no
organization_idoruser_id, you see the orders you have access to: your
organization's orders if you have permission to view them, otherwise the orders you created. - By default only placed orders are listed:
statusdefaults topaid,reviewed,
processing, andshipped, so quotes and cancelled orders are left out. Passstatusto
include them. typedefaults topcb(assembly orders).- Passing
quote_validlists only quotes and ignoresstatus.
Filters are combined with AND. Parameters that take several values (status, type,
dpas_rating) accept either a comma-separated list (status=quote,paid) or the parameter
repeated (status=quote&status=paid).
Results are not paginated and are returned in no particular order; narrow large result sets
with the filters, such as start_date and end_date.
Each order is a summary. Use the include_* parameters to add more detail, or get the full
order with GET /api/v2/order/{order_id}.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
422A query parameter is invalid (for example, pcb_version without pcb_id)
