Detail Product Category
Detail Product Category
Path Parameters
id string required
Product Category UUID
Responses
- 200
- 400
- 401
- 404
OK
application/json
Schema
Example (from schema)
Schema
data object
{
"data": {
"id": "string",
"name": "string",
"min_temperature": 0,
"max_temperature": 0
}
}
Bad Request
application/json
Schema
Example (from schema)
Schema
errors
errors_v2 object
message string
{
"errors": {},
"errors_v2": {
"formatted": {},
"issues": [
{
"code": "string",
"expected": {},
"message": "string",
"path": [
"string"
],
"received": {}
}
]
},
"message": "string"
}
Unauthorized
Not Found
GET /product-category/:id
Authorization
name: Authorizationtype: apiKeyin: header
Request
Request
curl / cURL
curl -L -X GET 'https://api.mceasy.com/order/api/web/v1/product-category/:id' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
python / requests
curl -L -X GET 'https://api.mceasy.com/order/api/web/v1/product-category/:id' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
go / native
curl -L -X GET 'https://api.mceasy.com/order/api/web/v1/product-category/:id' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
nodejs / axios
curl -L -X GET 'https://api.mceasy.com/order/api/web/v1/product-category/:id' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ruby / Net::HTTP
curl -L -X GET 'https://api.mceasy.com/order/api/web/v1/product-category/:id' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
csharp / RestSharp
curl -L -X GET 'https://api.mceasy.com/order/api/web/v1/product-category/:id' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
php / cURL
curl -L -X GET 'https://api.mceasy.com/order/api/web/v1/product-category/:id' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
java / OkHttp
curl -L -X GET 'https://api.mceasy.com/order/api/web/v1/product-category/:id' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
powershell / RestMethod
curl -L -X GET 'https://api.mceasy.com/order/api/web/v1/product-category/:id' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'