Get PCB Quote

Retrieve a Quote for a PCB with a Specific Version.

Retrieves a quote for a PCB with a specific version at the given quantity and service tier,
returning total and unit prices, component and labor costs, lead time, and the manufacturing
specifications that were quoted.

The quote uses the specifications stored on the PCB version. To quote different
specifications (layer count, colors, copper weight, and so on), update them first with
PUT /api/v2/pcb/{pcb_id}/{pcb_version}/version.

Components are quoted from each BOM line's approved vendor list. Check valid before relying
on the prices: when it is false, invalid_reasons explains why the PCB could not be fully
quoted. GET /api/v5/pcb/{pcb_id}/{pcb_version}/ready/{quantity} reports the same problems in
more detail, and whether the PCB can be ordered.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The PCB ID

integer
required

The PCB version number

integer
required
≥ 1

The number of assembled boards to quote

Query Params
string
enum
Defaults to standard

The service tier to quote. Tiers differ in lead time and price.

Allowed:
Responses

404

The PCB or PCB version does not exist, or you do not have access to it

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json