Authorization: Bearer ********************
{
"userSn": "3X5BoSEZ61dZcjNwiDEU7a0hmTuVtURSkXajeAUVqM6"
}
curl --location --request POST '/api/product/tiktok/list_product_tiktok' \
--header 'Content-Type: application/json' \
--data-raw '{
"userSn": "3X5BoSEZ61dZcjNwiDEU7a0hmTuVtURSkXajeAUVqM6"
}'
{
"code": 0,
"message": "string",
"data": {
"dataList": [
{
"id": 0,
"discountPrice": 0,
"discountPriceLabel": "string",
"fixedPrice": 0,
"fixedPriceLabel": "string",
"headImages": "string",
"inSell": "string",
"operator": "string",
"pickNumber": 0,
"priceDescription": "string",
"productDescription": "string",
"productFeatureTags": "string",
"productProfile": "string",
"productPromotion": "string",
"productPublicCode": "string",
"productPublicId": 0,
"productReferenceUuid": "string",
"productSellCode": "string",
"productSellId": 0,
"productSellName": "string",
"referenceActivatedType": "string",
"salesRank": 0,
"userSn": "string"
}
],
"total": 0
}
}