Skip to main content

Detail Product Category

Detail Product Category

Path Parameters
    id string required

    Product Category UUID

Responses

OK


Schema
    data object
    id string
    name string
    min_temperature number
    max_temperature number
GET /product-category/:id

Authorization

name: Authorizationtype: apiKeyin: header

Request

Base URL
https://api.mceasy.com/order/api/web/v1
BearerAuth
id — path required
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>'