상품 그룹
상품 그룹 목록 조회
Authorization
HTTPBasic AuthorizationBasic <token>
In: header
Query Parameters
ordering?string
정렬 방식 (ProductGroupOrdering)
Default
"-created_at"Value in
"name" | "review_count" | "created_at" | "-created_at"first?integer
조회할 개수 (기본값: 30, 최대값: 100)
after?string
조회할 시작 커서 (응답의 pageInfo.endCursor)
name?string
상품 그룹 이름
Response Body
application/json
application/json
curl -X GET "https://api.vreview.tv/admin/v2/product-groups"{
"totalCount": 0,
"data": [
{
"id": "string",
"name": "string",
"image": {
"url": "string"
},
"productCount": 0,
"reviewCount": 0,
"reviewRatingAverage": 0,
"createdAt": "string",
"updatedAt": "string"
}
],
"pageInfo": {
"hasNextPage": true,
"endCursor": "string"
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}