apiKey: ********************{
"barcodes": [
{
"xf_altitem": "10001111ABC",
"xf_itemorgid": "000000",
"xf_plu": "10001111",
"xf_alttype": "1"
},
{
"xf_altitem": "FF001GREENNMABC",
"xf_itemorgid": "000001",
"xf_plu": "FF001GREENNMx",
"xf_alttype": "1",
"xf_altformat": "",
"xf_alt2plufactor": 1.2,
"xf_promid": "PEOHKO230800003",
"xf_version": 1
}
],
"apiKey": "{{apiKey}}"
}curl --location --request POST '/posservice/rest/import/barcode' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"barcodes": [
{
"xf_altitem": "10001111ABC",
"xf_itemorgid": "000000",
"xf_plu": "10001111",
"xf_alttype": "1"
},
{
"xf_altitem": "FF001GREENNMABC",
"xf_itemorgid": "000001",
"xf_plu": "FF001GREENNMx",
"xf_alttype": "1",
"xf_altformat": "",
"xf_alt2plufactor": 1.2,
"xf_promid": "PEOHKO230800003",
"xf_version": 1
}
],
"apiKey": "{{apiKey}}"
}'{
"asynCode": null,
"asynMessage": null,
"asynStatus": 0,
"className": "com.techtrans.api.master.website.itemimport.BarcodeImportResponse",
"errorCode": 0,
"errorLog": null,
"errorMessage": null,
"failureCount": 0,
"importErrorLog": {},
"length": 25,
"sort": "",
"start": 0,
"successCount": 2,
"total": 0
}