/skuIncreff Label Software's API streamlines external data integration for efficient product catalog management.
The Increff Label Software platform provides a powerful API for integrating and synchronising product master data. This API allows seamless data exchange between external systems and Increff Label Software, enabling you to efficiently manage and update your product catalog.
The API accepts data in JSON format. Data is organised as an array of objects, where each object represents a product. Here's an example JSON structure:
{
"forms": [
{
"attributes": {}
}
]
}
The attributes field within each object should be populated with the corresponding product attributes. These attributes are sourced from the external system and should be mapped to their respective attribute names in the Increff Label Software platform.
| Parameter Name | Data Type | Description | Mandatory |
|---|---|---|---|
attributes |
Map<Key,Value> | Represents the attribute and its value. | Yes |
<aside> ℹ️ Note - Key and value both are of type String
</aside>
{
"forms": [
{
"attributes": {
"sku_code": "ABC123",
"product_description": "Widget Pro",
"manufacturer": "TechMega Corp",
"mrp": "29.99",
"weight_in_kg": "10",
"expiry_date": "2023-12-31",
"category": "C123"
}
}
]
}
Empty Body
HttpStatus Code
200
Prior to syncing data, users must establish attribute mappings. Attribute mapping ensures that data from the external system aligns with the attribute names used in Increff Label Software. Each mapping entry consists of: