{
"page_num": 1,
"page_size": 10,
"code": [
"xxxxxx"
]
}
curl --location --request POST '' \
--header 'method: ols.product.item.page' \
--header 'app_key: {{app_key}}' \
--header 'nonce: {{nonce}}' \
--header 'sign: {{sign}}' \
--header 'format: {{format}}' \
--header 'sign_type: {{sign_type}}' \
--header 'version: {{version}}' \
--header 'timestamp: {{timestamp}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"page_num": 1,
"page_size": 10,
"code": [
"xxxxxx"
]
}'
{
"code": 200,
"msg": "请求成功",
"data": {
"total": 1,
"records": [
{
"code": "GF320C",
"barcode": "GF320C",
"model": null,
"name_cn": "显示器",
"name_en": "显示器",
"prodcut_code": "XOD6313476",
"prodcut_name": "显示器",
"brand_name": null,
"description": null,
"image_url": null,
"hscode": null,
"material": null,
"declare_name_cn": null,
"declare_name_en": null,
"declare_price": 97,
"declare_currency_code": "USD",
"origin_country_code": null,
"weight": 4500,
"weight_unit": "g",
"length": 78,
"width": 11,
"height": 51,
"sizeUnit": "cm",
"volume_weight": 7.293,
"wms_weight": null,
"wms_weight_unit": null,
"wms_length": null,
"wms_width": null,
"wms_height": null,
"wms_size_unit": null,
"status": "DISABLE",
"create_time": "2024-08-17 07:27:32",
"update_time": "2024-08-17 07:27:32",
"create_by_name": "admin-D005DE",
"update_by_name": "admin-D005DE"
}
]
},
"timestamp": 1724134340938
}