CCRCOPENAUTH: ********************{
"id": 0,
"shopName": "string",
"shopId": 0,
"typeCode": 0,
"name": "string",
"categoryCode": 0,
"itemCode": 0,
"price": 0,
"originalPrice": 0,
"coverPicUrl": "string",
"picUrl": "string",
"commodityDetail": "string",
"commodityDesc": "string",
"sortIndex": 0,
"shelfStatus": 0,
"shelfOnStartTime": "2019-08-24T14:15:22.123Z",
"shelfOnEndTime": "2019-08-24T14:15:22.123Z",
"deliveryType": 0,
"salesCount": 0
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/merchandise/commodity/addEdit' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"shopName": "string",
"shopId": 0,
"typeCode": 0,
"name": "string",
"categoryCode": 0,
"itemCode": 0,
"price": 0,
"originalPrice": 0,
"coverPicUrl": "string",
"picUrl": "string",
"commodityDetail": "string",
"commodityDesc": "string",
"sortIndex": 0,
"shelfStatus": 0,
"shelfOnStartTime": "2019-08-24T14:15:22.123Z",
"shelfOnEndTime": "2019-08-24T14:15:22.123Z",
"deliveryType": 0,
"salesCount": 0
}'{
"code": "string",
"message": "string",
"data": {
"id": 0,
"shopName": "string",
"shopId": 0,
"typeCode": 0,
"name": "string",
"categoryCode": 0,
"itemCode": 0,
"price": 0,
"originalPrice": 0,
"coverPicUrl": "string",
"picUrl": "string",
"commodityDetail": "string",
"commodityDesc": "string",
"sortIndex": 0,
"shelfStatus": 0,
"shelfOnStartTime": "2019-08-24T14:15:22.123Z",
"shelfOnEndTime": "2019-08-24T14:15:22.123Z",
"deliveryType": 0,
"salesCount": 0
},
"success": true
}