Path Parameters
Response
Product details
curl --request GET \
--url 'http://{{baseurl}}/api/v1/products/{id}'{
"data": {
"id": 123,
"description": "<string>",
"expiration_rate": 123,
"freezing_rate": 123,
"height": 123,
"length": 123,
"netweight": 123,
"product_code": "<string>",
"recommended_freezing_temperature": 123,
"width": 123,
"product_type_id": 123,
"seller_id": 123
}
}curl --request GET \
--url 'http://{{baseurl}}/api/v1/products/{id}'{
"data": {
"id": 123,
"description": "<string>",
"expiration_rate": 123,
"freezing_rate": 123,
"height": 123,
"length": 123,
"netweight": 123,
"product_code": "<string>",
"recommended_freezing_temperature": 123,
"width": 123,
"product_type_id": 123,
"seller_id": 123
}
}