Mass API

The mass data API will send the historic data from the database. The mass data will be
sent in the following order:

  1. Customers
  2. Subscribers
  3. Products
  4. Wishlist
  5. Orders

The mass must be sent automatically after a successful authentication.
The mass data must be sent in multiple parts in order to prevent sending too much data.
The mass data must be sent in the background so the user doesn’t have to wait until all the data is sent

There are three ways you can send mass data. You may look at our docs ( https://docs.routee.net/docs/how-to-integrate-marketing-automation-with-custom-software) to see which is more suitable to you.

Here we present you an example for the Single Data:

STATUS CODES

StatusMessage
200Valid data
400Invalid data
Body Params
data
array
required

Array of objects with data from DB

data*
string
required

authorization UUID ( Generated from WayMore authorization endpoint and will be provided after contact with the Tech Department)

string
required

Name of the data sent e.g. Customers, Subscribers etc

string
required

A short description of the data sent

object
array
required

Array of objects and each object contains the data of the same type e.g. customers

object*
Headers
string
required

application/json

Responses

Language
Response
Choose an example:
application/json