Response
200 - application/json
A list of products
curl --request GET \
--url 'http://{{baseurl}}/api/v1/products'{
"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'{
"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
}
]
}A list of products
Show child attributes