- 评论
- souring相关
- 站点->sourcing
- 购物车 -> 购物车
- 个人中心->订单管理
- 产品->详情
- 订单 -> 订单
- 站点->支付方式
- 产品搜索->列表
- 购物车 -> 结算
- 商品详情->激光定制
- 商品定制
- 多买多奖
定制商品列表
POST
/st-pse/customization/list
请求参数
Body 参数application/json
records
array [object]
可选
total
integer
可选
size
integer
可选
current
integer
可选
orders
array[object (OrderItem) {2}]
可选
column
string
可选
asc
boolean
可选
optimizeCountSql
boolean
可选
isSearchCount
boolean
可选
hitCount
boolean
可选
countId
string
可选
maxLimit
integer
可选
data
object (Object)
参数
pageNum
integer
页大小
pageSize
integer
页数
示例
{
"records": [
{}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "string",
"asc": true
}
],
"optimizeCountSql": true,
"isSearchCount": true,
"hitCount": true,
"countId": "string",
"maxLimit": 0,
"data": {},
"pageNum": 0,
"pageSize": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.nihaocloud.cn/st-pse/customization/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"records": [
{}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "string",
"asc": true
}
],
"optimizeCountSql": true,
"isSearchCount": true,
"hitCount": true,
"countId": "string",
"maxLimit": 0,
"data": {},
"pageNum": 0,
"pageSize": 0
}'
返回响应
🟢200成功
application/json
Body
records
array[object (UserCustomizationVO) {19}]
可选
id
integer
定制id
spu
string
spu
skuList
array[string]
原skuList
mainPic
string
主图
title
string
标题
price
number
价格 美元
customerStatus
integer
可选
miniSale
integer
最小起订量
customType
integer
可选
类型 1默认定制
默认值:
1
customizedType
integer
可选
createdAt
string
时间 utc
uploadImage
array[string]
上传图片链接
videoThumbnail
string
视频缩略图
uploadVideo
string
上传视频链接
uploadFile
string
上传文件链接
customerDesc
string
客户描述
managerReply
string
回复客户描述
originProductSkuInfoListVO
object (ProductSkuInfoListVO)
源spu信息
userCustomizationItemVOList
array[object (UserCustomizationItemVO) {7}]
定制sku信息
total
integer
可选
size
integer
可选
current
integer
可选
orders
array[object (OrderItem) {2}]
可选
column
string
可选
asc
boolean
可选
optimizeCountSql
boolean
可选
isSearchCount
boolean
可选
hitCount
boolean
可选
countId
string
可选
maxLimit
integer
可选
示例
{
"records": [
{
"id": 0,
"spu": "",
"skuList": [
""
],
"mainPic": "",
"title": "",
"price": 0.0,
"customerStatus": 0,
"miniSale": 0,
"customType": 0,
"customizedType": 0,
"createdAt": "",
"uploadImage": [
""
],
"videoThumbnail": "",
"uploadVideo": "",
"uploadFile": "",
"customerDesc": "",
"managerReply": "",
"originProductSkuInfoListVO": {
"sameMiniSale": 0,
"detailUrl": "",
"url": "",
"name": "",
"spu": "",
"imgList": [
""
],
"img": "",
"imgInfoList": [
""
],
"video": "",
"videoDuration": "",
"videoImgUrl": [
""
],
"videoCover": "",
"salesCount": 0,
"reviewScore": 0.0,
"reviewNum": 0,
"crumbs": [
{
"name": "",
"url": "",
"id": 0,
"categroyId": 0
}
],
"bestSellerResult": {
"mainCategoryId": 0,
"mainCategoryName": "",
"rank": 0,
"rank10d": 0
},
"detailJson": "",
"sizeRatioJson": "",
"sizeRatioUnitJson": "",
"tdk": {
"title": "",
"description": "",
"keywords": "",
"icon": "",
"pageTitle": ""
},
"discount": 0.0,
"minPrice": 0.0,
"maxPrice": 0.0,
"minDiscountPrice": 0.0,
"maxDiscountPrice": 0.0,
"steerMaxPrice": 0.0,
"steerMinPrice": 0.0,
"stagingMaxPrice": 0.0,
"stagingMinPrice": 0.0,
"itemList": [
{
"id": 0,
"img": "",
"miniSale": 0,
"weight": 0,
"color": "",
"sku": "",
"size": "",
"spec": "",
"price": 0.0,
"discountPrice": 0.0,
"discount": 0.0,
"limitDiscountPrompt": "",
"inventory": 0,
"freeShipping": 0,
"isShareSku": false,
"tieredPriceInfo": [
{
"num": 0,
"useOriginalPrice": false,
"title": "",
"off": 0.0,
"isLimit": false
}
],
"batchSale": 0,
"customizedType": 0
}
],
"activityCode": [
0
],
"activityConfigList": [
{
"activityCode": 0,
"currentDate": "",
"countDownTime": 0,
"detailStyleConfig": {
"icon": "",
"pcW": 0,
"pcH": 0,
"h5W": 0,
"h5H": 0,
"appSize": "",
"iconPosition": "",
"title": "",
"fontSize": "",
"titleColor": "",
"namePrefix": "",
"namePrefixColor": "",
"countDownColor": "",
"countDownIcon": "",
"showCountDown": false,
"linkUrl": "",
"actType": "",
"bgType": 0,
"bgColor": "",
"bgImg": ""
},
"listStyleConfig": {
"icon": "",
"pcW": 0,
"pcH": 0,
"h5W": 0,
"h5H": 0,
"appSize": "",
"iconPosition": "",
"title": "",
"fontSize": "",
"titleColor": "",
"namePrefix": "",
"namePrefixColor": "",
"countDownColor": "",
"countDownIcon": "",
"showCountDown": false,
"linkUrl": "",
"actType": "",
"bgType": 0,
"bgColor": "",
"bgImg": ""
},
"sort": 0,
"endMatch": false,
"activityType": "",
"countDownLimit": 0
}
],
"priceRule": {
"rules": [
{
"title": "",
"off": 0.0,
"num": 0
}
],
"useOriginalPrice": false,
"limitCount": 0,
"limitOff": 0.0
},
"createdAt": "",
"attributes": [
""
],
"colors": [
""
],
"site": [
""
],
"keywords": [
""
],
"similarProducts": [
{
"spu": "",
"img": "",
"video": "",
"videoCover": "",
"minPrice": 0.0,
"maxPrice": 0.0,
"productName": "",
"productNameEnUrl": "",
"minDiscountPrice": 0.0,
"maxDiscountPrice": 0.0,
"steerMaxPrice": 0.0,
"steerMinPrice": 0.0,
"stagingMaxPrice": 0.0,
"stagingMinPrice": 0.0,
"detailUrl": "",
"skuImages": "",
"activityCode": [
0
],
"activityConfigList": [
{
"activityCode": 0,
"currentDate": "",
"countDownTime": 0,
"detailStyleConfig": {
"icon": "",
"pcW": 0,
"pcH": 0,
"h5W": 0,
"h5H": 0,
"appSize": "",
"iconPosition": "",
"title": "",
"fontSize": "",
"titleColor": "",
"namePrefix": "",
"namePrefixColor": "",
"countDownColor": "",
"countDownIcon": "",
"showCountDown": false,
"linkUrl": "",
"actType": "",
"bgType": 0,
"bgColor": "",
"bgImg": ""
},
"listStyleConfig": {
"icon": "",
"pcW": 0,
"pcH": 0,
"h5W": 0,
"h5H": 0,
"appSize": "",
"iconPosition": "",
"title": "",
"fontSize": "",
"titleColor": "",
"namePrefix": "",
"namePrefixColor": "",
"countDownColor": "",
"countDownIcon": "",
"showCountDown": false,
"linkUrl": "",
"actType": "",
"bgType": 0,
"bgColor": "",
"bgImg": ""
},
"sort": 0,
"endMatch": false,
"activityType": "",
"countDownLimit": 0
}
],
"salesCount": 0,
"reviewScore": 0.0,
"reviewNum": 0,
"discount": 0.0,
"isSubscriptFlag": false,
"inventoryType": 0,
"shipOutDays": [
""
],
"eventAttributionProperties": {
"": {}
},
"addList": false,
"isPublished": false,
"id": 0,
"newScore": 0.0,
"oldScore": 0.0,
"hasOrder": false,
"bestSellerResult": {
"mainCategoryId": 0,
"mainCategoryName": "",
"rank": 0,
"rank10d": 0
},
"supplierBrandImg": "",
"isCustomize": false,
"minWeight": 0,
"miniSale": 0,
"extraType": 0
}
],
"categories": [
""
],
"recStrategy": 0,
"shield": "",
"isNewSize": 0,
"sizeImage": "",
"isShowListType": 0,
"skuShowType": 0,
"seos": [
{
"rel": "",
"media": "",
"href": "",
"hreflang": ""
}
],
"supplierCodeList": [
""
],
"inventoryType": 0,
"isSubscriptFlag": false,
"inventoryLimit": 0,
"inventoryShow": 0,
"inventoryPrompt": "",
"noindex": 0,
"inventoryList": [
{
"title": "",
"inventoryType": 0,
"bubble": "",
"notice": ""
}
],
"fitType": {
"": ""
},
"productNameEnUrl": "",
"offShelves": false,
"promotionAccess": false,
"totalInventory": 0,
"eventAttributionProperties": {
"": {}
},
"hasOrder": false,
"isCustomize": false,
"customizedType": 0,
"extraType": 0,
"deliveryProbability": 0.0,
"deliveryAgeing": "",
"supplierBrandImg": "",
"addList": false,
"isPublished": false,
"buyMoreRefundDes": {
"title": "",
"desc": "",
"benefit": "",
"logo": "",
"sort": 0
},
"shippingDateTime": "",
"footerKeywordList": [
{
"associationId": 0,
"id": 0,
"categoryId": 0,
"keywordName": "",
"keywordUrl": "",
"keywordNameEscape": "",
"storeId": 0,
"language": 0,
"sort": 0,
"keywordType": 0,
"keywordTitle": "",
"keywordKeywords": "",
"keywordDescription": "",
"keywordInfo": "",
"newKey": false,
"siteIds": [
0
],
"languageAssociationId": 0,
"showAreas": [
0
],
"siteProductNum": {
"0": 0
}
}
]
},
"userCustomizationItemVOList": [
{
"miniSale": 0,
"sellingPrice": 0.0,
"spu": "",
"sku": "",
"productName": "",
"image": "",
"weight": 0.0
}
]
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"isSearchCount": false,
"hitCount": false,
"countId": "",
"maxLimit": 0
}
修改于 2025-04-17 09:25:27