curl --location --request GET 'https://api.artemisads.com/openapi/publisher/v1/products?marketplace=amazon.com&asins=B0DGXXWGNQ,B0DGXX66RY&availability=in_stock&brandIds=aa_86Rf07xd4ztfA13R,aa_86Rf07xd4ztfA2Ud&cursor=86Rf07xd4ztfA2ztfA&limit=100' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx'
{
"cursor": "string",
"products": [
{
"aboutProduct": "about product",
"asin": "B0DGXXWGNQ",
"brandId": "aa_86Rf07xd4ztfA13R",
"category": "category of product",
"commission": 0.2,
"deals": [
{
"discountPercentage": 30,
"endTimestamp": 1734163199999,
"finalPrice": 70,
"fullPrice": 100,
"promoCode": "HK2024",
"startTimestamp": 1733385600000,
"status": "Active",
"type": 29.99
}
],
"imageUrl": "https://m.media-amazon.com/images/I/311cuH23123BL._SS60_.jpg",
"marketplace": "amazon.com",
"pricing": {
"currency": "USD",
"price": 123.45
},
"productId": "aa_uFNqjbUyGoMAU4FM",
"status": "active",
"title": "tile of product"
}
]
}