User and item synchronization
The synchronization of user and item data with an external system enables you to integrate users and items.
- Users - User synchronization involves synchronizing a defined set of users, including details such as address and payment information.
- Items - Item synchronization involves synchronizing all the relevant item information.
For both users and items, services are provided to send and receive changes. These services are:
- SendItemChanges
- ReceiveItemChanges
- SendCustomerChanges
- ReceiveCustomerChanges
These services function by either placing or retrieving information from a JMS queue, and then passing this information to an internal or external API or service.