List Product Type
GET
/api/v1/public/products/list-product-type
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/public/products/list-product-type' \
--header 'Authorization;'
Response Response Example
200 - Success - Success
{"status_code":200,"data":[{"value":"NORMAL","label":"Physical product","is_active":true},{"value":"GIFT","label":"Gift","is_active":true},{"value":"PACKAGING_METERIALS","label":"Packaging Materials","is_active":true}],"error":false,"error_code":null,"log_id":null,"messages":"","total":3}
Request
Header Params
Authorization
string
required
Default:
{{your_api_key_here}}