{
"id": 0,
"productTypeId": 1,
"name": "string",
"description": "string",
"priceMode": "fixed",
"fixedPrice": 0,
"minPrice": 0,
"maxPrice": 0,
"sortOrder": 0,
"status": "active",
"tagIds": [
0
]
}curl --location '/merchant-api/v1/merchant/products/save' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"productTypeId": 1,
"name": "string",
"description": "string",
"priceMode": "fixed",
"fixedPrice": 0,
"minPrice": 0,
"maxPrice": 0,
"sortOrder": 0,
"status": "active",
"tagIds": [
0
]
}'{
"code": 0,
"message": "string",
"data": {
"id": 0,
"merchantId": 0,
"productTypeId": 0,
"productTypeName": "string",
"productTypeCode": "string",
"name": "string",
"description": "string",
"priceMode": "string",
"fixedPrice": 0,
"minPrice": 0,
"maxPrice": 0,
"sortOrder": 0,
"status": "string",
"tags": [
{
"id": 0,
"scope": "string",
"merchantId": 0,
"name": "string",
"sortOrder": 0,
"status": "string",
"createdAt": "string",
"updatedAt": "string"
}
],
"createdAt": "string",
"updatedAt": "string"
}
}