POST call, passing a JSON body as specified below.externalValue is specified, the value saved in KeepIT will be overwritten.| Field | Description | Type | Mandatory |
|---|---|---|---|
| codeMappingRulesRecords | Array of mappings objecs | See below for the the object structure | ā |
| Field | Description | Type | Mandatory |
|---|---|---|---|
| system | System to be used to save mapping | Varchar(250) | ā |
| mappingCategory |
| Varchar(250) | ā |
| externalValue | Mapping code on the external system (e.g. Shopify Item ID) | Varchar(250) | ā |
| value | Mapping code saved on KeepIT (e.g. ItemCode of an item) | Varchar(250) | ā |
{
"success": true,
"message": "Insert successful"
}
{
"success": false,
"message": "system, mappingCategory parameters missing"
}