insertBarcodes web service.itemCode only. Barcodes will be create for all the active variants for the item.{
itemBarcodesRecords: [
{
itemCode: "ITEM-1"
},
{
itemCode: "ITEM-2"
}
]
}
itemCode and dimensions specified. A barcode will be created for the specified variant only.{
itemBarcodesRecords: [
{
itemCode: "ITEM-1",
dimensions: {
TAGLIA: "4",
COLORE: "5",
DROP: "20",
STATURA: "11"
}
}
]
}
| Field | Type | Description | Mandatory |
|---|---|---|---|
itemCode | string | Item code | ā |
dimensions | object | Object containing the dimensionType as property and dimensionLevel as value |