Retrieving customer data
Keep your CRM up to date
Last updated
Keep your CRM up to date
Last updated
You'll need an to include with all requests. Depending on how your business and CRM are structured you may want to filter your data by domainID
which represents
It's very common for different domainID
to be used for separate brands within a single account.
The first step is to retrieve the primary customer interaction which is paying for gift vouchers which creates orders, the checkout is always a guest checkout and there is no concept of registered users.
Retrieve all orders starting with the most recent first using the The list endpoint includes all the customer information that the order object contains.
The first thing to understand is the property and locations structure of the account.
An account can have multiple properties setup, all for the same brand, more separate brands, or a mixture of both depending on the desired outcome. While it is often the case that a property is linked to a specific brand, there can be properties that represent a shared parent group brand or a sub-brand within an overall clients business.
A customers order is attached to only one property.
Subsequent requests can be made to the same list orders endpoint filtering on the changed
attribute to ensure that you only receive new or modified orders since the last request.
Remember the same customer can (Hopefully) buy your vouchers again and again.