jlcpcb_pcb_create_order
Create real paid PCB and SMT-stencil orders with JLCPCB. Submit order parameters (file key, batch number, PCB details, addresses, shipping method) to finalize a previously quoted order via the official API.
Instructions
Official PCB API: CREATE A REAL, PAID PCB / SMT-stencil order. Disabled unless JLCPCB_ENABLE_ORDERS=true. Pass a params object (typically built from a prior jlcpcb_pcb_calculate_price quote) with keys such as fileKey, batchNum, orderType, pcbParam, shippingAddress, billingAddress, shippingMethod. Requires API credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | Create-order body: { fileKey, batchNum, orderType, pcbParam, smtStencilParam, shippingAddress, billingAddress, shippingMethod, achieveDate } |