Ürün Listesini Görüntüleme
-
İlgili restoranın adisyo uygulamasında yer alan ürün listesini listeler.
-
GET
metodu ile istek gönderilmelidir.
Parametreler
Request Header Parametreleri
Parametre | Açıklama | Tür |
---|---|---|
x-api-key | Hesabınızın API keyi | string |
x-api-secret | Hesabınızın API Secret keyi | string |
x-api-consumer | Entegratör restoran/firma adı | string |
Örnek Request
curl https://ext.adisyo.com/api/External/v2/Products
Örnek Response
{
"data": [
{
"categoryName": "FIRINDAN",
"categoryId": 206669,
"products": [
{
"productName": "LAHMACUN",
"productCode": null,
"productUnits": [
{
"unitName": "Tam",
"prices": [
{
"price": 0.0000,
"orderType": 1
},
{
"price": 0.0000,
"orderType": 3
},
{
"price": 0.0000,
"orderType": 5
}
],
"productUnitId": 2482507,
"isDefault": true
}
],
"productId": 2336571,
"taxRate": 10.00,
"isStockFollow": false,
"stockList": null,
"menus": []
},
{
"productName": "ADANA",
"productCode": null,
"productUnits": [
{
"unitName": "Tam",
"prices": [
{
"price": 0.0000,
"orderType": 1
},
{
"price": 0.0000,
"orderType": 3
},
{
"price": 0.0000,
"orderType": 5
}
],
"productUnitId": 2482508,
"isDefault": true
}
],
"productId": 2336572,
"taxRate": 10.00,
"isStockFollow": false,
"stockList": null,
"menus": []
},
{
"productName": "HATAY DÖNER",
"productCode": null,
"productUnits": [
{
"unitName": "adet",
"prices": [
{
"price": 0.0000,
"orderType": 1
},
{
"price": 0.0000,
"orderType": 3
},
{
"price": 0.0000,
"orderType": 5
}
],
"productUnitId": 2112388,
"isDefault": true
}
],
"productId": 1994344,
"taxRate": 10.00,
"isStockFollow": false,
"stockList": null,
"menus": []
},
{
"productName": "HAMBURGER",
"productCode": null,
"productUnits": [
{
"unitName": "adet",
"prices": [
{
"price": 0.0000,
"orderType": 1
},
{
"price": 0.0000,
"orderType": 3
},
{
"price": 0.0000,
"orderType": 5
}
],
"productUnitId": 2112392,
"isDefault": true
}
],
"productId": 1994348,
"taxRate": 10.00,
"isStockFollow": false,
"stockList": null,
"menus": []
}
]
},
{
"categoryName": "BURGER MENÜLER",
"categoryId": 262361,
"products": [
{
"productName": "BURGER MENÜ",
"productCode": null,
"productUnits": [
{
"unitName": "adet",
"prices": [
{
"price": 114.0000,
"orderType": 1
},
{
"price": 130.0000,
"orderType": 3
},
{
"price": 114.0000,
"orderType": 5
}
],
"productUnitId": 2953377,
"isDefault": true
}
],
"productId": 2767349,
"taxRate": 10.00,
"isStockFollow": false,
"stockList": null,
"menus": []
},
{
"productName": "DOUBLE BURGER MENÜ",
"productCode": null,
"productUnits": [
{
"unitName": "adet",
"prices": [
{
"price": 154.0000,
"orderType": 1
},
{
"price": 170.0000,
"orderType": 3
},
{
"price": 154.0000,
"orderType": 5
}
],
"productUnitId": 2953379,
"isDefault": true
}
],
"productId": 2767351,
"taxRate": 10.00,
"isStockFollow": false,
"stockList": null,
"menus": []
}
]
}
],
"status": 100,
"message": "İşlem Başarılı."
}