List Material
GET
/api/v1/public/products/list-material
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/public/products/list-material' \
--header 'Authorization;'
Response Response Example
{
"status_code": 200,
"data": [
{
"value": "NO-MATERIAL",
"label": "No Material",
"is_active": true
},
{
"value": "BUBBLE-LG",
"label": "Big bubble",
"is_active": true
},
{
"value": "BUBBLE-SM",
"label": "Small bubble",
"is_active": true
},
{
"value": "PE-FILM",
"label": "PE Stretch Film",
"is_active": true
},
{
"value": "3PF-BOX",
"label": "Box of 3pf",
"is_active": true
},
{
"value": "3PF-BAG",
"label": "Bag of 3pf",
"is_active": true
},
{
"value": "CU-BOX",
"label": "Box of customer",
"is_active": true
},
{
"value": "CU-BAG",
"label": "Bag of customer",
"is_active": true
}
],
"error": false,
"error_code": null,
"log_id": null,
"messages": "",
"total": 8
}
Request
Header Params
Authorization
string
required
Default:
{{your_api_key_here}}