{
"sku": "string",
"customItemNo": "string",
"upc": "string",
"productType": 0,
"name": "string",
"nameEn": "string",
"description": "string",
"packingType": 0,
"length": 0,
"width": 0,
"height": 0,
"weight": 0,
"itemLength": 0,
"itemWidth": 0,
"itemHeight": 0,
"expirationControl": 0,
"expirationDate": 0,
"packedQty": 0,
"packedLength": 0,
"packedWidth": 0,
"packedHeight": 0,
"packedWeight": 0,
"cost": 0,
"currency": "string",
"isInsuranceFlag": "string",
"isInsuranceRate": 0,
"remark": "string",
"customName": "string",
"customNameEn": "string",
"isRequireSn": 0
}
curl --location --request POST 'https://hwc-open-api.yqn.com/v1/product/save' \
--header 'x-api-key: abc123(认证信息)' \
--header 'Content-Type: application/json' \
--data-raw '{
"sku": "string",
"customItemNo": "string",
"upc": "string",
"productType": 0,
"name": "string",
"nameEn": "string",
"description": "string",
"packingType": 0,
"length": 0,
"width": 0,
"height": 0,
"weight": 0,
"itemLength": 0,
"itemWidth": 0,
"itemHeight": 0,
"expirationControl": 0,
"expirationDate": 0,
"packedQty": 0,
"packedLength": 0,
"packedWidth": 0,
"packedHeight": 0,
"packedWeight": 0,
"cost": 0,
"currency": "string",
"isInsuranceFlag": "string",
"isInsuranceRate": 0,
"remark": "string",
"customName": "string",
"customNameEn": "string",
"isRequireSn": 0
}'
{
"statusCode": 200,
"status": 0,
"code": 200,
"message": "产品创建成功"
}