Estimate Sourcing Cost
estimate_costCalculate product sourcing costs using fabric prices, supplier data, and order quantity for budgeting and planning in Chinese fashion manufacturing.
Instructions
Estimate sourcing cost for a product based on fabric price, supplier pricing, and order quantity.
USE WHEN:
User asks "how much would it cost to make 1000 t-shirts"
User needs a rough cost breakdown for budgeting
"多少钱" / "成本估算" / "报价"
WORKFLOW: Standalone tool. Optionally use search_fabrics first to identify specific fabric_ids for more accurate estimates. RETURNS: { product, fabric_options: [{name, price_range}], estimated_cost_per_piece, total_estimate, breakdown } CONSTRAINT: These are estimates based on database averages, NOT binding quotes. Always clarify this to the user. NOTE: Cost accuracy improves when you provide a specific fabric_id instead of just a product name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | Product type (e.g. t-shirt, hoodie, down jacket) | |
| fabric_category | No | Fabric category: knit, woven, functional | |
| quantity | No | Order quantity in pieces | |
| province | No | Preferred sourcing province |