Get Products By Id
5.11 Get Products By Id
Request
Method | URL |
GET | /products/{product_id} |
Response
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 |
Last updated