{
"data": [
"9349520733755",
"648093563899",
"1234567890123", // this will return null
"648093561147",
"648093562182",
"i_am_a_invalid_barcode" // this will trigger a validation error
],
"config": {
"merchant": {
"name": "walmart"
}
}
}curl --location --request POST '/v1/tools/convert/barcode-to-sku' \
--header 'Accept-Encoding: application/json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
"9349520733755",
"648093563899",
"1234567890123", // this will return null
"648093561147",
"648093562182",
"i_am_a_invalid_barcode" // this will trigger a validation error
],
"config": {
"merchant": {
"name": "walmart"
}
}
}'{"meta":{"from":"url","to":"barcode","from_total":2,"to_total":2,"trace_id":"0192ba3f-3602-7382-8af8-6547a0e7a3de"},"data":{"https://www.cabelas.com/shop/en/jbl-by-harman-charge-5-waterproof-speaker-with-partyboost":"50036380232","https://www.abt.com/JBL-Charge-5-Black-Portable-Waterproof-Speaker-With-Powerbank-JBLCHARGE5BLKAM/p/159497.html":"50036380218"}}