jlcpcb_pcb_calculate_price
Calculate price and lead time for PCB or SMT-stencil orders, providing a quote based on your order parameters.
Instructions
Official PCB API: calculate price and lead time for a PCB / SMT-stencil order (a quote, no order is placed). Pass a params object with keys such as orderType, fileKey, pcbParam (layers, dimensions, quantity, ...), smtStencilParam, country, postCode, city, shippingMethod. Requires API credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | Calculate-price body: { orderType, fileKey, pcbParam, smtStencilParam, country, postCode, city, shippingMethod, achieveDate } |