fulfillment_quote
Get a manufacturing quote for your 3D model. Upload an STL, 3MF, or OBJ file, choose material and quantity, and receive pricing from 150+ print services with lead time and shipping options.
Instructions
Get a manufacturing quote for a 3D model from Craftcloud.
Args:
file_path: Absolute path to the model file (STL, 3MF, OBJ).
material_id: Material ID from ``fulfillment_materials``.
quantity: Number of copies to print (default 1).
shipping_country: ISO country code for shipping (default "US").
Uploads the model, returns pricing from Craftcloud's network of 150+
print services, including unit price, total, lead time, and shipping
options. A Kiln orchestration fee is shown separately so
the user sees the full cost before committing.
If a payment method is linked, a hold is placed on the fee amount
at quote time (Stripe auth-and-capture). The hold is captured
when the order is placed via ``fulfillment_order``, or released
if the user doesn't proceed.
Use the returned ``quote_id`` with ``fulfillment_order`` to place the
order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quantity | No | ||
| file_path | Yes | ||
| material_id | Yes | ||
| shipping_country | No | US |