{
"entities": [
{
"country": "US",
"asin": "B091ZFL4X5"
},
{
"country": "DE",
"asin": "B0CHXFCYCR"
},
{
"country": "UK",
"asin": "0000000000"
}
]
}curl --location --request POST 'https://openapi.xiyouzhaoci.com/v1/asins/info' \
--header 'X-Client-Id: your16charclientid' \
--header 'X-Timestamp: 1754886692' \
--header 'X-Sign: da79eb2a1d2a5597c7dcc1a0f607c8a2d2f7167be65b01b0e341d8e497a3be49' \
--header 'Content-Type: application/json' \
--data-raw '{
"entities": [
{
"country": "US",
"asin": "B091ZFL4X5"
},
{
"country": "DE",
"asin": "B0CHXFCYCR"
},
{
"country": "UK",
"asin": "0000000000"
}
]
}'{
"entities": [
{
"country": "US",
"asin": "B091ZFL4X5",
"amazonUrl": "https://www.amazon.com/dp/B091ZFL4X5",
"smallPicUrl": "https://m.media-amazon.com/images/I/71Mq0xq6M4L._AC_UY128_.jpg",
"bigPicUrl": "https://m.media-amazon.com/images/I/71Mq0xq6M4L._AC_UY512_.jpg",
"title": "Nacome Solar Garden Outdoor Statues Turtle with Succulent and 7 LED Lights - Lawn Decor Tortoise Statue for Patio, Balcony, Yard Ornament - Unique Housewarming Gifts",
"currency": "USD",
"price": "26.84",
"stars": "4.4",
"ratings": 16277
},
{
"country": "DE",
"asin": "B0CHXFCYCR",
"amazonUrl": "https://www.amazon.de/dp/B0CHXFCYCR",
"smallPicUrl": "https://m.media-amazon.com/images/I/61eEYLATF9L._AC_UY128_.jpg",
"bigPicUrl": "https://m.media-amazon.com/images/I/61eEYLATF9L._AC_UY512_.jpg",
"title": "Apple iPhone 15 (128 GB) - Schwarz",
"currency": "EUR",
"price": "687",
"stars": "4.5",
"ratings": 5606
},
{
"country": "UK",
"asin": "0000000000",
"amazonUrl": "https://www.amazon.co.uk/dp/0000000000",
"smallPicUrl": "https://m.media-amazon.com/images/I/91jGCu49ESL._AC_UY128_.jpg",
"bigPicUrl": "https://m.media-amazon.com/images/I/91jGCu49ESL._AC_UY512_.jpg",
"title": "Milo the magnificent",
"currency": "GBP",
"price": null,
"stars": null,
"ratings": null
}
]
}