{
"pmsSkuStockList": [
{
"createTime": "2019-08-24T14:15:22Z",
"id": "string",
"lockStock": 0,
"lowStock": 0,
"modifyTime": "2019-08-24T14:15:22Z",
"pic": "string",
"price": 0,
"productId": "string",
"promotionPrice": 0,
"sale": 0,
"skuCode": "string",
"spData": "string",
"stock": 0
}
],
"product": {
"albumPics": "string",
"brandId": "string",
"brandName": "string",
"createTime": "2019-08-24T14:15:22Z",
"deleteStatus": 0,
"description": "string",
"detailDesc": "string",
"detailHtml": "string",
"detailMobileHtml": "string",
"detailTitle": "string",
"feightTemplateId": "string",
"giftGrowth": 0,
"giftPoint": 0,
"id": "string",
"keywords": "string",
"lowStock": 0,
"modifyTime": "2019-08-24T14:15:22Z",
"name": "string",
"newStatus": 0,
"note": "string",
"originalPrice": 0,
"pic": "string",
"previewStatus": 0,
"price": 0,
"productAttributeCategoryId": "string",
"productCategoryId": "string",
"productCategoryName": "string",
"productSn": "string",
"promotionEndTime": "2019-08-24T14:15:22Z",
"promotionPerLimit": 0,
"promotionPrice": 0,
"promotionStartTime": "2019-08-24T14:15:22Z",
"promotionType": 0,
"publishStatus": 0,
"recommendStatus": 0,
"sale": 0,
"serviceIds": "string",
"sort": 0,
"stock": 0,
"subTitle": "string",
"unit": "string",
"usePointLimit": 0,
"verifyStatus": 0,
"weight": 0
}
}
curl --location --request POST 'http://leju.bufan.cloud/lejuAdmin/product/updateProductAndSkus' \
--header 'Content-Type: application/json' \
--data-raw '{
"pmsSkuStockList": [
{
"createTime": "2019-08-24T14:15:22Z",
"id": "string",
"lockStock": 0,
"lowStock": 0,
"modifyTime": "2019-08-24T14:15:22Z",
"pic": "string",
"price": 0,
"productId": "string",
"promotionPrice": 0,
"sale": 0,
"skuCode": "string",
"spData": "string",
"stock": 0
}
],
"product": {
"albumPics": "string",
"brandId": "string",
"brandName": "string",
"createTime": "2019-08-24T14:15:22Z",
"deleteStatus": 0,
"description": "string",
"detailDesc": "string",
"detailHtml": "string",
"detailMobileHtml": "string",
"detailTitle": "string",
"feightTemplateId": "string",
"giftGrowth": 0,
"giftPoint": 0,
"id": "string",
"keywords": "string",
"lowStock": 0,
"modifyTime": "2019-08-24T14:15:22Z",
"name": "string",
"newStatus": 0,
"note": "string",
"originalPrice": 0,
"pic": "string",
"previewStatus": 0,
"price": 0,
"productAttributeCategoryId": "string",
"productCategoryId": "string",
"productCategoryName": "string",
"productSn": "string",
"promotionEndTime": "2019-08-24T14:15:22Z",
"promotionPerLimit": 0,
"promotionPrice": 0,
"promotionStartTime": "2019-08-24T14:15:22Z",
"promotionType": 0,
"publishStatus": 0,
"recommendStatus": 0,
"sale": 0,
"serviceIds": "string",
"sort": 0,
"stock": 0,
"subTitle": "string",
"unit": "string",
"usePointLimit": 0,
"verifyStatus": 0,
"weight": 0
}
}'
{
"code": 0,
"data": {},
"message": "string",
"success": false
}