added

POS Product Category Images and Description

When syncing products to Deliverect, POS partners can assign them to one or more categories (see below example)

This simplifies onboarding by enabling a POS Menu import (see 'Import from POS' section of this guide)

We now also support including "description" and "imageUrl" fields to enhance these categories and getting them ready to publish online.

See our POS Product Model for more details

{
  "products": [
    {
      "name": "Delicious Steak Frites",
      "posCategoryIds": [
        "STK"
      ],
      "description": "Delicious Steak Frites"
    }
  ],
  "categories": [
    {
      "name": "Steaks",
      "posCategoryId": "STK",
      "description": "Choose from a premium selection of steaks",
      "imageUrl": "https://storage.googleapis.com/ikona-bucket-staging/images/618a2c5306a6208df4e9d061/Steaks%20and%20Burgers-6772a08c467817883c7ae27d.jpg"
    }
  ]
}