| Finished Width | Warp / Weft | Raw Material Composition |
Material Price(Optional) |
Pattern Repeat Cycle |
Data Within Repeat |
|---|
Upload a photo or send us the sample. We can help analyze the fabric structure and evaluate the development options.
Zhejiang Zhongcai provides fabric identification, similar sample sourcing, new fabric development, cost optimization and sampling or bulk-production risk assessment for woven jacquard apparel fabrics.
This is a public-mode calculator for woven jacquard fabric reference quotation. Ordinary users and internet-connected AI assistants can use it without login. It only returns public quotation fields.
https://qifu2023.com/fabric-price-calculator/
Some AI assistants cannot submit POST requests but can open public URLs. They can build and open a complete GET URL:
https://qifu2023.com/api/public/fabric-price/quote-demo?width=55%2F56&fabric_type=Small%20Jacquard¤cy=USD&warp=J30,2.54,80&weft=J30,2.54,65
Important: The fixed endpoint alone cannot calculate. AI must add width, fabric_type, currency, warp and weft parameters.
width=55%2F56 means finished width 55/56. Slash / should be URL encoded as %2F.fabric_type=Small%20Jacquard. Space should be encoded as %20.currency=USD.material=Cotton is optional. If omitted, default material is Cotton.warp=J30,2.54,80 means yarn specification J30, pattern_repeat_cycle 2.54, data_within_repeat 80.weft=J30,2.54,65 means yarn specification J30, pattern_repeat_cycle 2.54, data_within_repeat 65.If the user provides 100% Cotton + 30*30 / 80*65, parse it as:
pattern_repeat_cycle = 2.54warp=J30,2.54,80weft=J30,2.54,65Multiple yarn structures cannot be accurately calculated from total density alone. AI must split each yarn into repeat counts.
Example:
warp=J50,4.1,170;J32%2F2,4.1,4&weft=J60,2.8,80;J32%2F2,2.8,4
For yarn specifications containing slash, encode it:
J32/2 -> J32%2F2If the user does not provide finished width:
55/56 as a reference assumption48/50弹力 as a reference assumption48/50绉布 as a reference assumptionAfter calculation, AI must clearly state which finished width was assumed.
If the user does not provide fabric type, ask first. If still unclear, calculate separate reference results for the supported fabric types instead of guessing one final price.
In these cases, ask for finished width, yarn specifications, density or repeat data, or request manual factory review.
If the API returns an error, AI must show error.code, error.field, and error.message. Do not invent a price.