New "kitchenName" attribute in POS Product/Order Model
A POS partner can now assign an alternate "kitchenName"
to a product for it to be included in the order payload.
New attribute 'deposit' replacing 'bottleDepositPrice'
An update for any POS or Channel who reference bottleDepositPrice
within their integration.
New 'customerId'
An addition to the customer object will now include 'customerId'
available to our POS and Channel Partners.
Separate _id for Channel Cancellations
This update is relevant to any POS or any integration which receives orders via Deliverect.
Apply 'visible' status per channel
When synchronising POS products via the 'Insert Product' endpoint, an item can be set with a disabled state via "visible": false
. This would previously by default result in the product being disabled for all channels in a location.
Set "Timed Busy Mode"
Our Store API currently supports setting an "isActive"
e.g. "isActive": false
would be applied to enable a 'Busy Mode'.
New "commissionType" attribute in POS Order Model
We have made a new attribute available in our POS Order Model which identifies a 'Commission Type'
Set number of free options available "maxFree"
Standard modifier groups will offer either; zero-priced options, priced options or a combination of both. Certain channels can also support offering a specified amount of "free" items, after which a charge is applied.
Deprecation of "subProductSortOrder" (menu update)
For any Channel Partners who reference "subProductSortOrder"
in a published menu JSON.
Update Store Status with "Timed busy mode"
We have the option to control a store's availability with an "isActive" flag, which directly relates to the 'Busy Mode' function. These requests can now also include the time that this status should be automatically lifted.