Skip to content

Product List

API Reference

EnvironmentMethodEndpoint
SandboxGEThttps://api-develop.unimall.ai/supplier/product
ProductionGEThttps://api-prod.unimall.ai/supplier/product

Description

This method allows you to get products.

You can get 100 products per minute.

Each product is a separate element.

Query Parameters

Paramater NameTypeRequiredDescriptionDefault
ParentSkusArray of StringsNoParent SKU of the product.-
SkusArray of StringsNoSKU of the product.-
PageIntNoPage number.1
PageSizeIntNoPage size. Max 10020

Sample Curl Request

curl -X 'GET' \
'https://api-develop.unimall.ai/supplier/product?Page=0&Size=20' \
-H 'accept: text/plain' \
-H 'X-API-Key: ******'

Sample Response

HTTP 200

{
"totalCount": 88,
"results": [
{
"id": "f278944a-df17-4e39-8a58-0d3105080a17",
"createdAt": "2024-09-03T19:45:09.993Z",
"updatedAt": "2024-09-03T19:45:09.993Z",
"parentSku": "SKU67369862",
"sku": "SKU673698629",
"barcode": "",
"categoryName": "Watches",
"language": "en",
"name": "[World Premiere]Blackshark GS3 Smart Watch Global Version 1.43\" AMOLED Display 5ATM AI Watch Faces GPS Satellite Positioning",
"description": "[World Premiere] Global Version Black Shark GS3 Smart Watch\n\n\n\n\n\n\n\n\n\nProduct Name----BLACK SHARK GS3 Smart Watch\n\nButton----Three(One Digital Crown)\n\nAI Voice Assistant----Yes(Sync mobile voice assistant)\n\nColor----Black,Green\n\nSize----58.06(269)mm*52.71mm*14.7mm (including silicone strap)\n\nCharging----Wireless Charging\n\nSupport Sport Modes----100+\n\nCover material----PC+GF\n\nScreen----1.43 inch AMOLED Display\n\nResolution----466*466\n\nScreen luminance----600",
"brandName": "",
"htsCode": "",
"currencyCode": "CNY",
"salePrice": 250,
"height": 30,
"length": 30,
"width": 30,
"weight": 1,
"images": [
{
"order": 0,
"url": "https://ae-pic-a1.aliexpress-media.com/kf/Sb93daf3bd5cc4c19b5fcb879245d6e42N.jpg"
},
{
"order": 1,
"url": "https://ae-pic-a1.aliexpress-media.com/kf/S1d5e5576b63d41a9b51c15ce91842828G.jpg"
},
{
"order": 2,
"url": "https://ae-pic-a1.aliexpress-media.com/kf/Se9ec0c8d3b684b72884817daf7ad8aefU.jpg"
},
{
"order": 3,
"url": "https://ae-pic-a1.aliexpress-media.com/kf/S21ad356d4f0846bda1e1351665c63c86W.jpg"
},
{
"order": 4,
"url": "https://ae-pic-a1.aliexpress-media.com/kf/S6a0ce4b31111490987aa715ce453977eU.jpg"
},
{
"order": 5,
"url": "https://ae-pic-a1.aliexpress-media.com/kf/S5bec913bb65143619da4209deb0a1b1dM.jpg"
},
{
"order": 6,
"url": "https://ae-pic-a1.aliexpress-media.com/kf/Sdb4f2e3cbab74dd3a67a34f378cc7a9fH.jpg"
},
{
"order": 7,
"url": "https://ae-pic-a1.aliexpress-media.com/kf/Sf96be23adf814620afd3ecad798404d4Q.jpg"
},
{
"order": 8,
"url": "https://ae-pic-a1.aliexpress-media.com/kf/Se17ef9f950fd4a3f838fd0099c2a89b3z.jpg"
},
{
"order": 9,
"url": "https://ae-pic-a1.aliexpress-media.com/kf/Sa5708a0f8d2d4b2e93068465cf57cf6bz.jpg"
},
{
"order": 10,
"url": "https://ae-pic-a1.aliexpress-media.com/kf/S934736cf54db4c649f5c0c474e8bd1bbI.jpg"
},
{
"order": 11,
"url": "https://ae-pic-a1.aliexpress-media.com/kf/S8a553cf1db5c49d4b3b9060a061a83c0D.jpg"
},
{
"order": 12,
"url": "https://ae-pic-a1.aliexpress-media.com/kf/S895c717db02642c19de381f6dccd80797.jpg"
}
],
"options": [
{
"key": "Color",
"value": "Green add 2PCS Film"
}
],
"attributes": [
{
"key": "Hign-concerned Chemical",
"value": "None"
},
{
"key": "Battery Life",
"value": "21天"
},
{
"key": "Voice assistant built-in",
"value": "YES"
},
{
"key": "Bluetooth-compatible Version",
"value": "5.3"
},
{
"key": "Metrics measured",
"value": "Blood Oxygen Monitor,Sleep Monitor,Stress Monitor"
},
{
"key": "Activity Tracked",
"value": "Steps Tracker,Activity Tracker"
}
]
}
]
}