상품 그룹
상품 그룹 생성
Authorization
HTTPBasic AuthorizationBasic <token>
In: header
Request Body
application/json
name*string
상품 그룹 이름
Response Body
application/json
application/json
curl -X POST "https://api.vreview.tv/admin/v2/product-group" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{
"id": "string",
"name": "string",
"image": {
"url": "string"
},
"productCount": 0,
"reviewCount": 0,
"reviewRatingAverage": 0,
"createdAt": "string",
"updatedAt": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}