{
"data": [
"8806095074122",
"0887276760049"
]
}curl --location --request POST '/v1/tools/convert/barcode-to-asin' \
--header 'Accept-Encoding: application/json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
"8806095074122",
"0887276760049"
]
}'{
"meta": {
"from": "barcode",
"to": "asin",
"from_total": 2,
"to_total": 1,
"trace_id": "0196f461-079d-73c5-9c4e-aab8c4834d53"
},
"data": {
"8806095074122": [
{
"asin": "B0C792QRW6",
"locale": "us"
}
]
}
}