最近商品浏览记录
属性
说明
必含
类型
ID
商品ID
是
int
title
商品标题
是
string
price
商品价格
是
number
stock
商品库存
是
int
feature_image
商品图片
是
object
categories
是
object
获取最近商品浏览记录
GET
/openapi/2025-04/reports/product_visit_records
权限:read_reports
Query Parameters
Name
Type
Description
limit
int
获取的记录条数
fields
string
获取指定字段,以逗号分隔
Headers
Name
Type
Description
Cookie
string
Cookie
{
"data": {
"title": "商品测试",
"price": 10,
"stock": 0,
"feature_image": {
"ID": 102313,
"url": "https://adoutest.s3.us-east-2.amazonaws.com/image/2022/10/55af17ccc8bc89175e5803a64db85ae5fd9a5e580c14b80c8ee3d15c48b39f52.jpeg",
"thumbnail": "https://adoutest.s3.us-east-2.amazonaws.com/image/2022/10/55af17ccc8bc89175e5803a64db85ae5fd9a5e580c14b80c8ee3d15c48b39f52.jpeg",
"media_content_type": "image"
},
"categories": [
{
"term_taxonomy_id": 19961,
"taxonomy": "product_cat",
"description": "<p>qqq</p>",
"parent": 0,
"count": 0,
"id": 19961,
"thumbnail": null,
"thumbnail_url": "",
"order": null,
"seo_title": "test",
"seo_description": "<p>qqq</p>",
"name": "test",
"slug": "test-2",
"public_url": "http://shop.com/collections/test-2",
"base_url": "http://shop.com/collections",
"source": null,
"path": "/collections/test-2",
"sort_type": "manual",
"category_type": "auto_category",
"additional": "fetch_all",
"conditions": [
{
"type": "title",
"options": {
"operator": "not_equal",
"value": "Casual Printed Sweatshirt"
}
}
],
"meta_fields": [],
"pivot": {
"object_id": 35943,
"term_taxonomy_id": 19961
},
"term": {
"term_id": 19976,
"name": "test",
"slug": "test-2",
"term_group": 0
}
}
],
"ID": 35943
}
}
Last updated