5.11 Get Products By Id
Last updated
Last updated
Request
Response
Method
URL
GET
/products/{product_id}
Status
Response
200
{
"status": true,
"data": {
"items": [
{
"description": "Bir adet kurabiye ile servis edilen Türk çayı",
"merchant_id": 1,
"id": 1,
"price": 10.0,
"category_id": 52,
"order": 1,
"updatedDate": "2023-12-11T20:46:12.995672",
"name": "Çay",
"image": null,
"is_active": true,
"createdDate": "2023-12-11T20:38:05.345523",
"deletedDate": null
}
]
}
}
403
400
401
401
500