POST https://webhook.example.com

Your KDS will receive this type of request every time a user pushes products from within Deliverect.Using these products you can match products in orders coming from Deliverect.

Responses

  • 200 application/json

    Ok

  • 400

    Error

POST kds/product_update
Response examples (200)
[
  {
    "plu": "PIZZ-00",
    "name": "Build your own Pizza",
    "description": "Modifier price overloads",
    "productType": 1,
    "productTags": [],
    "imageUrl": ""
  },
  {
    "plu": "P-BURG-CHE",
    "name": "Cheeseburger",
    "description": "100% beef patty, cheddar, caramelized onions, mayonnaise, pickles in a Pretzel bun",
    "productType": 1,
    "productTags": [],
    "imageUrl": ""
  },
  {
    "plu": "P-BURG-CHK",
    "name": "Chicken Burger",
    "description": "Crispy coated chicken thigh, iceberg lettuce, pickles, slice of cheese & mayo, all in a toasted brioche bun.",
    "productType": 1,
    "productTags": [],
    "imageUrl": ""
  },
  {
    "plu": "P-SATE",
    "name": "Chicken Sate",
    "description": "Product with Nested Modifiers - Multimax variables -  Allergens (tags)",
    "productType": 1,
    "productTags": [
      104,
      108
    ],
    "imageUrl": ""
  },
  {
    "plu": "DRNK-01",
    "name": "Coca Cola",
    "description": "",
    "productType": 1,
    "productTags": [],
    "imageUrl": ""
  },
  {
    "plu": "P-FRS-M",
    "name": "Curly Fries",
    "description": "Spiralised potatoes, fried",
    "productType": 1,
    "productTags": [],
    "imageUrl": ""
  },
  {
    "plu": "DRNK-02",
    "name": "Diet Coke",
    "description": "",
    "productType": 1,
    "productTags": [],
    "imageUrl": ""
  },
  {
    "plu": "NOOD-01",
    "name": "Egg Noodles",
    "description": "",
    "productType": 1,
    "productTags": [],
    "imageUrl": ""
  },
  {
    "plu": "P-FRS-S",
    "name": "French Fries",
    "description": "Plain fries from France",
    "productType": 1,
    "productTags": [],
    "imageUrl": ""
  },
  {
    "plu": "DRNK-03",
    "name": "Ginger Beer",
    "description": "",
    "productType": 1,
    "productTags": [],
    "imageUrl": ""
  },
  {
    "plu": "NOOD-02",
    "name": "Ramen Noodles",
    "description": "Chinese-style wheat noodles",
    "productType": 1,
    "productTags": [],
    "imageUrl": ""
  },
  {
    "plu": "P-FRS-L",
    "name": "Seasoned Fries",
    "description": "Plain fries, but a bit fancier",
    "productType": 1,
    "productTags": [],
    "imageUrl": ""
  },
  {
    "plu": "PIZZ-01",
    "name": "The Hawaiian",
    "description": "Italy's favourite Pizza!",
    "productType": 1,
    "productTags": [],
    "imageUrl": ""
  },
  {
    "plu": "P-BURG-VEG",
    "name": "Veggie Burger",
    "description": "Black bean burgers with sweet potato, mushrooms, quinoa, and pecans.",
    "productType": 1,
    "productTags": [],
    "imageUrl": ""
  },
  {
    "plu": "RICE-01",
    "name": "White Rice",
    "description": "",
    "productType": 1,
    "productTags": [],
    "imageUrl": ""
  },
  {
    "plu": "RICE-02",
    "name": "Yellow Rice",
    "description": "",
    "productType": 1,
    "productTags": [],
    "imageUrl": ""
  },
  {
    "plu": "BAC",
    "name": "Bacon",
    "description": "",
    "productType": 2,
    "productTags": []
  },
  {
    "plu": "SI-01",
    "name": "Fries",
    "description": "",
    "productType": 2,
    "productTags": []
  },
  {
    "plu": "SAUCE-02",
    "name": "Hot Sauce",
    "description": "",
    "productType": 2,
    "productTags": []
  },
  {
    "plu": "MUSH",
    "name": "Mushroom",
    "description": "",
    "productType": 2,
    "productTags": []
  },
  {
    "plu": "PEPP",
    "name": "Pepperoni",
    "description": "",
    "productType": 2,
    "productTags": []
  },
  {
    "plu": "Pine",
    "name": "Pineapple",
    "description": "",
    "productType": 2,
    "productTags": []
  },
  {
    "plu": "RONION",
    "name": "Red Onion",
    "description": "",
    "productType": 2,
    "productTags": []
  }
]