Skip to main content
GET
/
api
/
v1
/
materials
/
{material_id}
/
detail
Get Material Detail
curl --request GET \
  --url https://staging.cutmake.ai/api/v1/materials/{material_id}/detail
{
  "documentId": "<string>",
  "id": "<string>",
  "masterMaterialId": "<string>",
  "name": "<string>",
  "refId": "<string>",
  "materialType": "<string>",
  "supplierId": "<string>",
  "supplier": "<string>",
  "supplierName": "<string>",
  "countryOfOrigin": "<string>",
  "createdAt": "<string>",
  "updatedAt": "<string>",
  "submittedAt": "<string>",
  "lastVerifiedDate": "<string>",
  "costDisplay": "<string>",
  "originalCostPerUnit": 123,
  "currency": "<string>",
  "unit": "<string>",
  "weight": 123,
  "weightUom": "<string>",
  "color": "<string>",
  "notes": "<string>",
  "width": 123,
  "widthUom": "<string>",
  "composition": [
    {}
  ],
  "shrinkage": 123,
  "verificationStatus": "<string>"
}

Headers

X-Org-Id
string | null

Path Parameters

material_id
string
required

Response

Successful Response

documentId
string
required
id
string | null
masterMaterialId
string | null
name
string | null
refId
string | null
materialType
string | null
supplierId
string | null
supplier
string | null
supplierName
string | null
countryOfOrigin
string | null
createdAt
string | null
updatedAt
string | null
submittedAt
string | null
lastVerifiedDate
string | null
costDisplay
string | null
originalCostPerUnit
number | null
currency
string | null
unit
string | null
weight
number | null
weightUom
string | null
color
string | null
notes
string | null
width
number | null
widthUom
string | null
composition
Composition · object[] | null
shrinkage
number | null
verificationStatus
string | null