Printago API
GET
/v1/sku-costs/breakdown/{skuId}
Get cost breakdown for a specific SKU
Path Parameters
skuId
required
string
- SKU identifier
Response Schema
CostBreakdown
laborrequired
number
materialsrequired
number
overheadrequired
number
totalrequired
number
Example Response
200 OK — application/json
{
"materials": 1,
"labor": 1,
"overhead": 1,
"total": 1
}