TecCom Business Cloud enables suppliers to access and explore article data directly from connected suppliers.
Suppliers can use TecCom Portal or integrate via API to automate access to article assortments and product information.

If you don't have the menu Article Data in the TecCom Portal visible, as a supplier administrator, you can enable Business Cloud Article Data in your Organization Details.
To activate the service:

After saving, the Article Data menu will be available in TecCom Portal.
In the Article Data menu, Buyers can:
This option is useful for Suppliers who want to manually explore or verify data before setting up integrations.

Supplier can refine the research using the Search box. The research is done using the Article Number value (or part of it).
At least 3 characters are required in the Search field. Spaces and special characters are removed for the search.
Suppliers can also access article data programmatically through the TecCom Business Cloud Data API.
This enables system integration, automation, or synchronization with ERP systems.
TecCom Business Cloud – Data API Documentation
With this API you can:
Resources:
zz_TXML5 Test Buyer (Test Buyer)The buyer's assortment search has several filtering options:
POST /token in the Postman Collection to generate it.GET /buyers to list connected vzz_TXML5 Test Buyer)GET /buyers/{BuyerTecID}/articles to view the buyer’s assortmentGET /buyers/{SellerTecID}/articles/{id} to view one specific product{
"id": 19498046,
"articleNumber": "0242235555",
"brand": "TecAlliance",
"buyerArticleNumber": null,
"identifiers": [
{
"qualifier": "Ean",
"articleNumber": "3165143134355",
"brand": null
},
{
"qualifier": "TecDoc",
"articleNumber": "0242235555",
"brand": "7412"
}
],
"availabilities": [
{
"dispatchMode": "Road",
"warehouse": "Ismaning",
"quantity": 30.0,
"uom": "PCE"
}
],
"conditions": {
"currency": "EUR",
"prices": [
{
"type": "Gross",
"netCalculation": null,
"amount": 30.0,
"perQty": 1.0,
"uom": "PCE",
"fromQty": null,
"fromDate": "2025-09-18T00:00:00",
"toDate": "9999-12-31T00:00:00",
"remark": "Oil gross",
"isActive": true
},
{
"type": "Net",
"netCalculation": 0,
"amount": 25.21,
"perQty": 1.0,
"uom": "PCE",
"fromQty": null,
"fromDate": "2025-09-18T00:00:00",
"toDate": "9999-12-31T00:00:00",
"remark": "Oil net",
"isActive": true
}
]
}
}
Each request returns up to 200 articles per page. Use pagination for larger assortments.

Administration TecCom Business Cloud for Suppliers
Describes the necessary administration setup for suppliers to use Business Cloud features.
TecCom Business Cloud Import API
Describes supplier APIs for imports.