Get Custom Designed List
Get the list of products designed in the designer
Last updated
Get the list of products designed in the designer
Last updated
Endpoint
POST
/openapi/v1/product/custom/customDesigned/search
Headers
For common header, refer to
Headers
Content-Type
application/json
Authorization
Bearer <token>
modelCodes
[]string
N
["PODQRA028"]
Design model code array
spus
[]string
N
["QCUT00042"]
Spu array
searchContent
string
N
Short sleeve T-shirt
Product name or single spu, fuzzy query
lastUpdatedTime
int[64]
N
1694319208000
Design model last updated time
pageNumber
int
N
1
pageNumber starts from 1, default is 1
pageSize
int
N
20
"page Size" represents the return list pagination, the number of custom designed product per page. Each page can retrieve up to 100 custom order records.default is 20
Body
id
int[64]
Primary key ID
customDesignedId
string
POD customized designed product ID
modelCode
string
Design model code
price
double
Designed product price(USD)
enName
string
Design product english name
imageUrl
string
Design product image url
backImageUrl
string
Design product back image url
kkProductId
int[64]
Kaka product ID
orderCount
int
Quantity of order
spu
string
Spu code
createDate
int[64]
Design product crated time
modifyDate
int[64]
Design product update time
Response