{
"data": [
"12987717129",
"9853123116",
"9885868036",
"9899956927"
],
"config": {
"merchant": {
"name": "walmart"
}
}
}curl --location --request POST '/v1/tools/convert/sku-to-barcode' \
--header 'Accept-Encoding: application/json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
"12987717129",
"9853123116",
"9885868036",
"9899956927"
],
"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"}}