TB.One > Import & Export > REST Calls & the API > Product Data Push via API

Product Data Push via API

With TB.One's REST API, you can upload product and article data. The response time of the REST call depends on the file size.

You can push the following file types using this method:

XML: TB.Cat files

CSV: PANDA, ARTICLE, or PRODUCT files

ZIP files containing the file types listed above

THE REST CALL

TIP:
Structure of the REST URI for the live system: https://rest.core.tradebyte.com/ACCOUNT-NR/sync/in/FILENAME

Structure of the REST URI for staging: https://reststaging.core.tradebyte.com/ACCOUNT-NR/sync/in/FILENAME

"ACCOUNT-NR" is a placeholder for your TB.One account number.

"FILENAME" is a placeholder for the name of the file you wish to upload.

ATTENTION:
The size limit for files provided this way is 150 MB. Use the format ZIP to compress larger files.

SEND PRODUCT DATA

METHOD

POST

Sends a file

ACCOUNT-NR

Your account number

To your TB.One system

TARGET

sync/in

File contains product/article data to be imported

EXAMPLE

https://rest.core.tradebyte.com/9951/sync/in/tbcat_20260212_124501.xml

 

After pushing your file, the API will return a status message with a status code in the HTTP header.

Possible http status code header messages:

bullet_20x10200 (all codes starting with 2xx): Call/processing successful

bullet_20x10400 (all codes starting with 4xx): Call not successful/request faulty


For further information, see also:

Master data creation via CSV

Master data creation via XML