jlcpcb_pcb_upload_gerber
Upload a Gerber archive (ZIP) to JLCPCB for PCB quoting and ordering, returning a fileKey used to calculate price or create an order.
Instructions
Official PCB API: upload a Gerber archive (zip) for quoting/ordering. Returns a fileKey to pass to jlcpcb_pcb_calculate_price / jlcpcb_pcb_create_order. Requires API credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | No | Override the uploaded file name (defaults to the basename) | |
| file_path | Yes | Absolute path to the file to upload (read locally by the server) |