added

New 'customerId'

An addition to the customer object will now include 'customerId' available to our POS and Channel Partners.

This new attribute is a unique identifier of the customer originating from the channel platform (where supported) and can aid in monitoring repeat customers.

It can be sent by channel partners as below and will be delivered to a POS order endpoint in the same format;

"customer": {
    "name": "Joe Bloggs",
    "companyName": "",
    "phoneNumber": "",
    "phoneAccessCode": "",
    "email": "[email protected]",
    "note": "",
    "tin": "",
    "customerId": "23456A"
},