Viewing Product List

Viewing the Product List

  • It lists the product list in the ticket application of the related restaurant.

  • The request should be sent with the GET method.

Parameters

Request Header Parameters

ParameterDescriptionType
x-api-keyAPI key of your accountstring
x-api-secretAPI Secret key of your accountstring
x-api-consumerIntegrator restaurant/company namestring
Example Request
curl https://ext.adisyo.com/api/External/v2/Products
Example 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ı."
}