In order to assist with the Data Integration (DI) efforts with 3rd party systems (ex: graphQL, Prismic, GraphCMS, etc), Boxalino is presenting the Data Transformer service https://boxalino-di-transformer-krceabfwya-ew.a.run.app/
Use this service to:
Identify the required request BODY for content integration https://boxalino-di-transformer-krceabfwya-ew.a.run.app/transformer/view
Identify the required request BODY for API request https://boxalino-di-transformer-krceabfwya-ew.a.run.app/api/view
Table of Contents |
---|
REQUEST DEFINITION
Endpoint | full data sync | ||
---|---|---|---|
1 |
| delta data sync | TBC |
2 |
| instant data sync | TBC |
3 | Action | /sync | |
4 | Method | POST | |
5 | Body | use the public endpoint | |
6 | Headers | Authorization | Basic base64<<DATASYNC API key : DATASYNC API Secret>> |
7 |
| Content-Type | application/json |
8 |
| client | account name |
9 |
| dev | (optional) use this to mark the content for the dev data index |
10 |
| mode | data sync mode: F for full |
11 |
| type | product, user, content, user_content, order. if left empty - it will check for all tables with the given tm |
12 |
| tm | (optional) time , in format: YmdHis technical: used to identify the documents version |
13 |
| ts | (optional) timestamp, must be millisecond based in UNIX timestamp |
Tip |
---|
This is service is currently expanding. We value our integrator`s feedback. |
BODY ELEMENTS
The API SYNC request BODY structure can be accessed in the public service https://boxalino-di-transformer-krceabfwya-ew.a.run.app/transformer/view
...