curl --request GET \
--url https://api.example.com/materials/{material_id}{
"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>"
}Get material by ID.
curl --request GET \
--url https://api.example.com/materials/{material_id}{
"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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.vinmake.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response